@okcontract/sdk
Version:
One-stop-shop permissionless SDK for building any blockchain frontend
8 lines (7 loc) • 608 B
TypeScript
import type { SheetProxy } from "@okcontract/cells";
import { type MapTypeDefinitions } from "@okcontract/fred";
import { Rational } from "@okcontract/lambdascript";
export declare const $validity: (proxy: SheetProxy) => import("@okcontract/cells").ValueCell<Rational>;
export declare const $slippage: (proxy: SheetProxy) => import("@okcontract/cells").ValueCell<Rational>;
export declare const settingsTypescheme: (proxy: SheetProxy) => MapTypeDefinitions;
export declare const settingsSchema: (proxy: SheetProxy) => import("@okcontract/cells").ValueCell<import("@okcontract/fred").LabelledTypeDefinition>;