UNPKG

@okcontract/sdk

Version:

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

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