gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
16 lines • 675 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, type ReadonlyUint8Array } from '@solana/kit';
export type ProofInfo = {
proof: Array<ReadonlyUint8Array>;
};
export type ProofInfoArgs = ProofInfo;
export declare function getProofInfoEncoder(): Encoder<ProofInfoArgs>;
export declare function getProofInfoDecoder(): Decoder<ProofInfo>;
export declare function getProofInfoCodec(): Codec<ProofInfoArgs, ProofInfo>;
//# sourceMappingURL=proofInfo.d.ts.map