UNPKG

@okcontract/sdk

Version:

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

4 lines (3 loc) 237 B
import type { AnyCell, SheetProxy } from "@okcontract/cells"; import type { GroupDefinition } from "@okcontract/fred"; export declare const coredataGroups: (proxy: SheetProxy, admin: boolean, type: string) => AnyCell<GroupDefinition>[];