Skip to main content
Module

x/capi/rpc/known/mod.ts>SerdeEnum

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias SerdeEnum
Re-export
import { type SerdeEnum } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/mod.ts";
definition: [K in keyof T]: T[K] extends void ? K : Expand<Pick<T, K> & Omit<[K in keyof T]?: never, K>>[keyof T]