@stable-io/cctp-sdk-cctpr-definitions
Version:
Definitions for the CCTPR corridor of the CCTP SDK
12 lines • 325 B
TypeScript
import type { BaseObject } from "@stable-io/utils";
export interface PlatformImplsOf extends BaseObject {
}
export interface CctpR {
PlatformImplsOf: PlatformImplsOf;
}
declare module "@stable-io/cctp-sdk-definitions" {
interface ProtocolRegistry {
CctpR: CctpR;
}
}
//# sourceMappingURL=registry.d.ts.map