Function decryptAddUtxoToBalance
- decryptAddUtxoToBalance(__namedParameters): Promise<number>
-
Parameters
-
__namedParameters: {
account: Account;
aes: boolean;
assetLookupTable: string[];
balance: Balance;
commitment: Uint8Array;
connection: Connection;
decryptionTransactionNonce: number;
encBytes: Uint8Array;
index: number;
leftLeaf: Uint8Array;
merkleTreePdaPublicKey: PublicKey;
poseidon: any;
verifierProgramLookupTable: string[];
}
-
-
aes: boolean
-
assetLookupTable: string[]
-
-
commitment: Uint8Array
-
connection: Connection
-
decryptionTransactionNonce: number
-
encBytes: Uint8Array
-
index: number
-
leftLeaf: Uint8Array
-
merkleTreePdaPublicKey: PublicKey
-
poseidon: any
-
verifierProgramLookupTable: string[]
Returns Promise<number>