Skip to main content
Module

x/polkadot/mod.ts>types.GenericChainProperties

Package publishing for deno.land/x/polkadot
Go to Latest
class types.GenericChainProperties
extends Json
import { types } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { GenericChainProperties } = types;

Constructors

new
GenericChainProperties(registry: Registry, value?: Map<string, unknown> | Record<string, unknown> | null)

Properties

readonly
ss58Format: Option<u32>
readonly
tokenDecimals: Option<Vec<u32>>
readonly
tokenSymbol: Option<Vec<Text>>