Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/capi/rpc/known/offchain.ts>OffchainCalls

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