Function assetTransferTx

  • Name

    assetTransferTx

    Summary

    Creates an unsigned unsubmitted Assets-Transfert Transaction Hash.

    Returns

    Unsigned unsubmitted Assets-Transfert Transaction Hash. The Hash is only valid for 5 minutes.

    Parameters

    • id: number

      ID of the Asset

    • to: string

      Public address of the account to transfer the amount to.

    • amount: number | BN

      Token amount to transfer.

    Returns Promise<`0x${string}`>

Generated using TypeDoc