UpdateTokenGroupMaxSizeInput
type UpdateTokenGroupMaxSizeInput<TAccountGroup, TAccountUpdateAuthority> = {
group: Address<TAccountGroup>;
maxSize: UpdateTokenGroupMaxSizeInstructionDataArgs["maxSize"];
updateAuthority: TransactionSigner<TAccountUpdateAuthority>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountGroup extends string | string |
TAccountUpdateAuthority extends string | string |
Properties
group
group: Address<TAccountGroup>;maxSize
maxSize: UpdateTokenGroupMaxSizeInstructionDataArgs["maxSize"];updateAuthority
updateAuthority: TransactionSigner<TAccountUpdateAuthority>;