ApplyConfidentialPendingBalanceInstructionDataArgs
type ApplyConfidentialPendingBalanceInstructionDataArgs = {
expectedPendingBalanceCreditCounter: number | bigint;
newDecryptableAvailableBalance: DecryptableBalanceArgs;
};Properties
expectedPendingBalanceCreditCounter
expectedPendingBalanceCreditCounter: number | bigint;The expected number of pending balance credits since the last successful
ApplyPendingBalance instruction
newDecryptableAvailableBalance
newDecryptableAvailableBalance: DecryptableBalanceArgs;The new decryptable balance if the pending balance is applied successfully