Function getSetCollectProtocolFeesAuthorityInstruction
- getSetCollectProtocolFeesAuthorityInstruction<
TAccountWhirlpoolsConfig extends string,
TAccountCollectProtocolFeesAuthority extends string,
TAccountNewCollectProtocolFeesAuthority extends string,
TProgramAddress extends
Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">,
>(
input: SetCollectProtocolFeesAuthorityInput<
TAccountWhirlpoolsConfig,
TAccountCollectProtocolFeesAuthority,
TAccountNewCollectProtocolFeesAuthority,
>,
config?: { programAddress?: TProgramAddress },
): SetCollectProtocolFeesAuthorityInstruction<
TProgramAddress,
TAccountWhirlpoolsConfig,
TAccountCollectProtocolFeesAuthority,
TAccountNewCollectProtocolFeesAuthority,
> Type Parameters
- TAccountWhirlpoolsConfig extends string
- TAccountCollectProtocolFeesAuthority extends string
- TAccountNewCollectProtocolFeesAuthority extends string
- TProgramAddress extends Address = Address<"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc">