gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
18 lines • 664 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 Codec, type Decoder, type Encoder } from '@solana/kit';
export declare enum UseMethod {
Burn = 0,
Multiple = 1,
Single = 2
}
export type UseMethodArgs = UseMethod;
export declare function getUseMethodEncoder(): Encoder<UseMethodArgs>;
export declare function getUseMethodDecoder(): Decoder<UseMethod>;
export declare function getUseMethodCodec(): Codec<UseMethodArgs, UseMethod>;
//# sourceMappingURL=useMethod.d.ts.map