gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
19 lines • 720 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 PayloadType, type PayloadTypeArgs } from '.';
export type Payload = {
map: Map<string, PayloadType>;
};
export type PayloadArgs = {
map: Map<string, PayloadTypeArgs>;
};
export declare function getPayloadEncoder(): Encoder<PayloadArgs>;
export declare function getPayloadDecoder(): Decoder<Payload>;
export declare function getPayloadCodec(): Codec<PayloadArgs, Payload>;
//# sourceMappingURL=payload.d.ts.map