• Transfers a specified amount of an asset to a destination onchain.

    Parameters

    • wallet: Wallet

      The wallet to transfer the asset from.

    • args: { amount: Amount; assetId: string; destination: string; gasless: boolean }

      The input arguments for the action.

    Returns Promise<string>

    A message containing the transfer details.