Skip to main content
Module

x/polkadot/types/index.types.ts>GenericChainProperties

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

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>>