Function getSetFeeRateInstruction
- getSetFeeRateInstruction<
TAccountWhirlpoolsConfig extends string,
TAccountWhirlpool extends string,
TAccountFeeAuthority extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: SetFeeRateInput<
TAccountWhirlpoolsConfig,
TAccountWhirlpool,
TAccountFeeAuthority,
>,
config?: { programAddress?: TProgramAddress },
): SetFeeRateInstruction<
TProgramAddress,
TAccountWhirlpoolsConfig,
TAccountWhirlpool,
TAccountFeeAuthority,
> Type Parameters
- TAccountWhirlpoolsConfig extends string
- TAccountWhirlpool extends string
- TAccountFeeAuthority extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">