@kamino-finance/farms-sdk
Version:
17 lines • 827 B
TypeScript
/**
* This code was AUTOGENERATED using the Codama library.
* Please DO NOT EDIT THIS FILE, instead use visitors
* to add features, then rerun Codama to update it.
*
* @see https://github.com/codama-idl/codama
*/
import { type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from "@solana/kit";
export declare enum GlobalConfigOption {
SetPendingGlobalAdmin = 0,
SetTreasuryFeeBps = 1
}
export type GlobalConfigOptionArgs = GlobalConfigOption;
export declare function getGlobalConfigOptionEncoder(): FixedSizeEncoder<GlobalConfigOptionArgs>;
export declare function getGlobalConfigOptionDecoder(): FixedSizeDecoder<GlobalConfigOption>;
export declare function getGlobalConfigOptionCodec(): FixedSizeCodec<GlobalConfigOptionArgs, GlobalConfigOption>;
//# sourceMappingURL=globalConfigOption.d.ts.map