IssuerSparkWallet.
Method Signature
Parameters
receiverOutputs
{ tokenIdentifier: Bech32mTokenIdentifier; tokenAmount: bigint; receiverSparkAddress: string; }[]
required
Array of transfer outputs. Outputs may include multiple token identifiers:
tokenIdentifier: Bech32m token identifier (e.g.,btkn1...)tokenAmount: Amount of tokens to transfer (bigint)receiverSparkAddress: Recipient’s Spark address
Strategy for selecting outputs:
"SMALL_FIRST" or "LARGE_FIRST" (default: "SMALL_FIRST")Specific outputs to use for transfer (overrides selection strategy)
Optional deadline for the transaction. If the transaction is not executed before this time, it will not be processed.
Returns
Transaction ID