gill
gill/programs/token/Type aliases

ApplyConfidentialPendingBalanceInstructionData

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

Properties

confidentialTransferDiscriminator

confidentialTransferDiscriminator: number;

discriminator

discriminator: number;

expectedPendingBalanceCreditCounter

expectedPendingBalanceCreditCounter: bigint;

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


newDecryptableAvailableBalance

newDecryptableAvailableBalance: DecryptableBalance;

The new decryptable balance if the pending balance is applied successfully

On this page