gill
gill/programs/token/Type aliases

WithdrawWithheldTokensFromAccountsInstructionDataArgs

type WithdrawWithheldTokensFromAccountsInstructionDataArgs = {
  numTokenAccounts: number;
};

Properties

numTokenAccounts

numTokenAccounts: number;

Number of token accounts harvested.

On this page