gill
gill/programs/token/Type aliases

InitializeTransferHookInput

type InitializeTransferHookInput<TAccountMint> = {
  authority: InitializeTransferHookInstructionDataArgs["authority"];
  mint: Address<TAccountMint>;
  programId: InitializeTransferHookInstructionDataArgs["programId"];
};

Type Parameters

Type ParameterDefault type
TAccountMint extends stringstring

Properties

authority

authority: InitializeTransferHookInstructionDataArgs["authority"];

mint

mint: Address<TAccountMint>;

The mint to initialize.


programId

programId: InitializeTransferHookInstructionDataArgs["programId"];

On this page