gill
gill/programs/token/Type aliases

InitializeAccount3Instruction

type InitializeAccount3Instruction<TProgram, TAccountAccount, TAccountMint, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountAccount extends string ? WritableAccount<TAccountAccount> : TAccountAccount, TAccountMint extends string ? ReadonlyAccount<TAccountMint> : TAccountMint, ...TRemainingAccounts]>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof TOKEN_2022_PROGRAM_ADDRESS
TAccountAccount extends string | IAccountMeta<string>string
TAccountMint extends string | IAccountMeta<string>string
TRemainingAccounts extends readonly IAccountMeta<string>[][]

On this page