gill
gill/programs/token/Type aliases

UpdateTokenGroupMaxSizeInput

type UpdateTokenGroupMaxSizeInput<TAccountGroup, TAccountUpdateAuthority> = {
  group: Address<TAccountGroup>;
  maxSize: UpdateTokenGroupMaxSizeInstructionDataArgs["maxSize"];
  updateAuthority: TransactionSigner<TAccountUpdateAuthority>;
};

Type Parameters

Type ParameterDefault type
TAccountGroup extends stringstring
TAccountUpdateAuthority extends stringstring

Properties

group

group: Address<TAccountGroup>;

maxSize

maxSize: UpdateTokenGroupMaxSizeInstructionDataArgs["maxSize"];

updateAuthority

updateAuthority: TransactionSigner<TAccountUpdateAuthority>;

On this page