Skip to main content
Module

x/capi/fluent/mod.ts>StorageRune

[WIP] A framework for crafting interactions with Substrate chains
Latest
class StorageRune
extends PatternRune<Chain.Storage<C, P, S>, C, U>
Re-export
import { StorageRune } from "https://deno.land/x/capi@v0.1.1-beta.1/fluent/mod.ts";

Properties

$key
$partialKey
$value

Methods

entries<X, Y>(props: RunicArgs<X, StoragePageProps<C, P, S>>, ...unnamed 1: RunicArgs<Y, [string]>)
entriesRaw<X, Y>(props: RunicArgs<X, StoragePageProps<C, P, S>>, ...unnamed 1: RunicArgs<Y, [string]>)
keys<X, Y>(props: RunicArgs<X, StoragePageProps<C, P, S>>, ...unnamed 1: RunicArgs<Y, [string]>)
keysRaw<X, Y>(props: RunicArgs<X, StoragePageProps<C, P, S>>, ...unnamed 1: RunicArgs<Y, [string]>)
size<X>(...unnamed 0: RunicArgs<X, [Chain.Storage.PartialKey<C, P, S>, string]>)
value<X>(...unnamed 0: RunicArgs<X, [Chain.Storage.Key<C, P, S>, string]>)
valueRaw<X>(...unnamed 0: RunicArgs<X, [Chain.Storage.Key<C, P, S>, string]>)