Function getInitializeConfigInstruction
- getInitializeConfigInstruction<
TAccountConfig extends string,
TAccountFunder extends string,
TAccountSystemProgram extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: InitializeConfigInput<
TAccountConfig,
TAccountFunder,
TAccountSystemProgram,
>,
config?: { programAddress?: TProgramAddress },
): InitializeConfigInstruction<
TProgramAddress,
TAccountConfig,
TAccountFunder,
TAccountSystemProgram,
> Type Parameters
- TAccountConfig extends string
- TAccountFunder extends string
- TAccountSystemProgram extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">