Function getInitializeFeeTierInstruction
- getInitializeFeeTierInstruction<
TAccountConfig extends string,
TAccountFeeTier extends string,
TAccountFunder extends string,
TAccountFeeAuthority extends string,
TAccountSystemProgram extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: InitializeFeeTierInput<
TAccountConfig,
TAccountFeeTier,
TAccountFunder,
TAccountFeeAuthority,
TAccountSystemProgram,
>,
config?: { programAddress?: TProgramAddress },
): InitializeFeeTierInstruction<
TProgramAddress,
TAccountConfig,
TAccountFeeTier,
TAccountFunder,
TAccountFeeAuthority,
TAccountSystemProgram,
> Type Parameters
- TAccountConfig extends string
- TAccountFeeTier extends string
- TAccountFunder extends string
- TAccountFeeAuthority extends string
- TAccountSystemProgram extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">