UNPKG

@okcontract/sdk

Version:

One-stop-shop permissionless SDK for building any blockchain frontend

6 lines (5 loc) 237 B
import type { AnyWritableDataType } from "@okcontract/coredata/coredata"; import type { LabelledTypeDefinition } from "@okcontract/fred"; export declare const coredataTypes: { [key in AnyWritableDataType]: LabelledTypeDefinition; };