gill
gill/programs/token/Type aliases

InitializePermanentDelegateInput

type InitializePermanentDelegateInput<TAccountMint> = {
  delegate: InitializePermanentDelegateInstructionDataArgs["delegate"];
  mint: Address<TAccountMint>;
};

Type Parameters

Type ParameterDefault type
TAccountMint extends stringstring

Properties

delegate

delegate: InitializePermanentDelegateInstructionDataArgs["delegate"];

mint

mint: Address<TAccountMint>;

The mint to initialize.

On this page