ChainState represents the state of a registered blockchain

interface ChainState {
    activated: boolean;
    assets: Asset[];
    chain?: Chain;
    maintainerStates: MaintainerState[];
}

Properties

activated: boolean
assets: Asset[]
chain?: Chain
maintainerStates: MaintainerState[]

Deprecated

Generated using TypeDoc