Skip to main content
Module

x/capi/mod.ts>known.OffchainCalls

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias known.OffchainCalls
Re-export
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { OffchainCalls } = known;
definition: { offchain_localStorageSet(
key: string,
value: string,
): null; offchain_localStorageGet(kind: StorageKind, key: string): string | null; }