gill
gill/programs/token/Type aliases

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

On this page