gill
gill/programs/token/Type aliases

WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionDataArgs

type WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionDataArgs = {
  newDecryptableAvailableBalance: DecryptableBalanceArgs;
  numTokenAccounts: number;
  proofInstructionOffset: number;
};

Properties

newDecryptableAvailableBalance

newDecryptableAvailableBalance: DecryptableBalanceArgs;

The new decryptable balance in the destination token account


numTokenAccounts

numTokenAccounts: number;

Number of token accounts harvested


proofInstructionOffset

proofInstructionOffset: number;

Proof instruction offset

On this page