Skip to main content
Module

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

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias StorageKind
import { type StorageKind } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/offchain.ts";

A type of supported crypto.

definition: SerdeEnum<{ PERSISTENT: void; LOCAL: void; }>