Skip to main content
Module

x/capi/fluent/StorageRune.ts>StoragePageProps

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface StoragePageProps
import { type StoragePageProps } from "https://deno.land/x/capi@v0.1.1-beta.1/fluent/StorageRune.ts";

Type Parameters

C extends Chain
P extends Chain.PalletName<C>
S extends Chain.StorageName<C, P>

Properties

optional
limit: number
optional
partialKey: Chain.Storage.PartialKey<C, P, S>
optional
start: Chain.Storage.Key<C, P, S>