Function getSetFeeAuthorityInstruction
- getSetFeeAuthorityInstruction<
TAccountWhirlpoolsConfig extends string,
TAccountFeeAuthority extends string,
TAccountNewFeeAuthority extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: SetFeeAuthorityInput<
TAccountWhirlpoolsConfig,
TAccountFeeAuthority,
TAccountNewFeeAuthority,
>,
config?: { programAddress?: TProgramAddress },
): SetFeeAuthorityInstruction<
TProgramAddress,
TAccountWhirlpoolsConfig,
TAccountFeeAuthority,
TAccountNewFeeAuthority,
> Type Parameters
- TAccountWhirlpoolsConfig extends string
- TAccountFeeAuthority extends string
- TAccountNewFeeAuthority extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">