gill

getAllocateWithSeedInstruction

function getAllocateWithSeedInstruction<TAccountNewAccount, TAccountBaseAccount, TProgramAddress>(input, config?): AllocateWithSeedInstruction<TProgramAddress, TAccountNewAccount, TAccountBaseAccount>;

Type Parameters

Type ParameterDefault type
TAccountNewAccount extends string-
TAccountBaseAccount extends string-
TProgramAddress extends AddressAddress<"11111111111111111111111111111111">

Parameters

ParameterType
inputAllocateWithSeedInput<TAccountNewAccount, TAccountBaseAccount>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

AllocateWithSeedInstruction<TProgramAddress, TAccountNewAccount, TAccountBaseAccount>

On this page