gill

getInitializeAccount3Instruction

function getInitializeAccount3Instruction<TAccountAccount, TAccountMint, TProgramAddress>(input, config?): InitializeAccount3Instruction<TProgramAddress, TAccountAccount, TAccountMint>;

Type Parameters

Type ParameterDefault type
TAccountAccount extends string-
TAccountMint extends string-
TProgramAddress extends AddressAddress<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb">

Parameters

ParameterType
inputInitializeAccount3Input<TAccountAccount, TAccountMint>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

InitializeAccount3Instruction<TProgramAddress, TAccountAccount, TAccountMint>

On this page