UpdateTransferHookInput
type UpdateTransferHookInput<TAccountMint, TAccountAuthority> = {
authority: | Address<TAccountAuthority>
| TransactionSigner<TAccountAuthority>;
mint: Address<TAccountMint>;
multiSigners?: TransactionSigner[];
programId: UpdateTransferHookInstructionDataArgs["programId"];
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountMint extends string | string |
TAccountAuthority extends string | string |
Properties
authority
authority:
| Address<TAccountAuthority>
| TransactionSigner<TAccountAuthority>;The transfer hook authority.
mint
mint: Address<TAccountMint>;The mint.
multiSigners?
optional multiSigners: TransactionSigner[];programId
programId: UpdateTransferHookInstructionDataArgs["programId"];