Parameters
-
__namedParameters: {
assetLookupTable: string[];
poseidon: any;
recipients: Recipient[];
verifierProgramLookupTable: string[];
}
-
assetLookupTable: string[]
-
poseidon: any
-
-
verifierProgramLookupTable: string[]
Returns Utxo[]
An array of Utxos, one for each recipient.
Description
Creates an array of UTXOs for each recipient based on their specified amounts and assets.
Throws
CreateUtxoError if a recipient has a mint defined but the SPL amount is undefined.