Function getSetDefaultFeeRateInstruction
- getSetDefaultFeeRateInstruction<
TAccountWhirlpoolsConfig extends string,
TAccountFeeTier extends string,
TAccountFeeAuthority extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: SetDefaultFeeRateInput<
TAccountWhirlpoolsConfig,
TAccountFeeTier,
TAccountFeeAuthority,
>,
config?: { programAddress?: TProgramAddress },
): SetDefaultFeeRateInstruction<
TProgramAddress,
TAccountWhirlpoolsConfig,
TAccountFeeTier,
TAccountFeeAuthority,
> Type Parameters
- TAccountWhirlpoolsConfig extends string
- TAccountFeeTier extends string
- TAccountFeeAuthority extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">