@okcontract/sdk
Version:
One-stop-shop permissionless SDK for building any blockchain frontend
6 lines (5 loc) • 402 B
TypeScript
import type { AnyCell } from "@okcontract/cells";
import type { CacheQuery } from "@okcontract/coredata";
import type { LocalSubscriber } from "@scv/cache";
export declare const proxy_fetch: (local: LocalSubscriber<CacheQuery>, uri: AnyCell<string>, proxy?: string) => AnyCell<Response>;
export declare const proxy_head: (local: LocalSubscriber<CacheQuery>, uri: AnyCell<string>) => AnyCell<Response>;