Function decryptAddUtxoToBalance

  • 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[];
      }
      • 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[]

    Returns Promise<number>

Generated using TypeDoc