gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
23 lines • 770 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';
import { type UseMethod, type UseMethodArgs } from '.';
export type Uses = {
useMethod: UseMethod;
remaining: bigint;
total: bigint;
};
export type UsesArgs = {
useMethod: UseMethodArgs;
remaining: number | bigint;
total: number | bigint;
};
export declare function getUsesEncoder(): Encoder<UsesArgs>;
export declare function getUsesDecoder(): Decoder<Uses>;
export declare function getUsesCodec(): Codec<UsesArgs, Uses>;
//# sourceMappingURL=uses.d.ts.map