Skip to main content
Transfers tokens to another Spark Address via the IssuerSparkWallet.

Method Signature

Parameters

Bech32mTokenIdentifier
required
Bech32m token identifier (eg: btkn1…) of the token to transfer
bigint
required
Amount of tokens to transfer
string
required
Recipient’s Spark Address
"SMALL_FIRST" | "LARGE_FIRST"
Strategy for selecting outputs: "SMALL_FIRST" or "LARGE_FIRST" (defaults to "SMALL_FIRST")
OutputWithPreviousTransactionData[]
Specific outputs to use for transfer (overrides selection strategy)
Date
Optional deadline for the transaction. If the transaction is not executed before this time, it will not be processed.

Returns

string
required
Transaction ID

Example