Type alias IndexedTransaction

IndexedTransaction: {
    accounts: ParsedMessageAccount[];
    blockTime: number;
    changeSolAmount: BN;
    encryptedUtxos: Buffer | any[];
    firstLeafIndex: BN;
    from: PublicKey;
    leaves: number[][];
    message: Buffer;
    nullifiers: BN[];
    publicAmountSol: BN;
    publicAmountSpl: BN;
    relayerFee: BN;
    relayerRecipientSol: PublicKey;
    signature: string;
    signer: PublicKey;
    to: PublicKey;
    type: Action;
    verifier: PublicKey;
}

Type declaration

  • accounts: ParsedMessageAccount[]
  • blockTime: number
  • changeSolAmount: BN
  • encryptedUtxos: Buffer | any[]
  • firstLeafIndex: BN
  • from: PublicKey
  • leaves: number[][]
  • message: Buffer
  • nullifiers: BN[]
  • publicAmountSol: BN
  • publicAmountSpl: BN
  • relayerFee: BN
  • relayerRecipientSol: PublicKey
  • signature: string
  • signer: PublicKey
  • to: PublicKey
  • type: Action
  • verifier: PublicKey

Generated using TypeDoc