UNPKG

@cheqd/sdk

Version:

A TypeScript SDK built with CosmJS to interact with the cheqd network ledger

4 lines 260 B
import { Registry, GeneratedType } from '@cosmjs/proto-signing'; export declare function createDefaultCheqdRegistry(customTypes?: Iterable<[string, GeneratedType]>): Registry; export declare const CheqdRegistry: Registry; //# sourceMappingURL=registry.d.ts.map