Method Signature
Parameters
receiverOutputs
{ tokenIdentifier: Bech32mTokenIdentifier; tokenAmount: bigint; receiverSparkAddress: string; }[]
required
Array of transfer outputs, each containing:
tokenIdentifier: Bech32m token identifier for this output. Outputs may include multiple token identifiers.tokenAmount: Amount of tokens to sendreceiverSparkAddress: Recipient’s Spark address
Strategy for selecting outputs:
"SMALL_FIRST" or "LARGE_FIRST" (default: "SMALL_FIRST")Specific outputs to use (overrides selection strategy)
Returns
The transaction ID of the batch token transfer