Skip to main content
Module

x/polkadot/types/types/registry.ts>RegistryTypes

Package publishing for deno.land/x/polkadot
Go to Latest
type alias RegistryTypes
Re-export
import { type RegistryTypes } from "https://deno.land/x/polkadot@0.2.40/types/types/registry.ts";
definition: Record<string,
| CodecClass
| string
| Record<string, string>
| { _enum: string[] | Record<string, number> | Record<string, string | null>; }
| { _set: Record<string, number>; }
>