Type alias IndexedTransactionData
IndexedTransactionData: {
encryptedUtxos: any[];
firstLeafIndex: BN;
leaves: number[][];
message: number[];
nullifiers: any[];
publicAmountSol: Uint8Array;
publicAmountSpl: Uint8Array;
relayerFee: BN;
tx: any;
}
Type declaration
-
encryptedUtxos: any[]
-
firstLeafIndex: BN
-
leaves: number[][]
-
message: number[]
-
nullifiers: any[]
-
publicAmountSol: Uint8Array
-
publicAmountSpl: Uint8Array
-
relayerFee: BN
-
tx: any