ApplyConfidentialPendingBalanceInstructionData: {
    confidentialTransferDiscriminator: number;
    discriminator: number;
    expectedPendingBalanceCreditCounter: bigint;
    newDecryptableAvailableBalance: DecryptableBalance;
}

Type declaration

  • confidentialTransferDiscriminator: number
  • discriminator: number
  • expectedPendingBalanceCreditCounter: bigint

    The expected number of pending balance credits since the last successful ApplyPendingBalance instruction

  • newDecryptableAvailableBalance: DecryptableBalance

    The new decryptable balance if the pending balance is applied successfully

Generated using TypeDoc