Export

Network

interface Network {
    address_path_prefix?: string;
    chain_id: number;
    display_name: string;
    feature_set: FeatureSet;
    id: NetworkIdentifier;
    is_testnet: boolean;
    native_asset: Asset;
    protocol_family: NetworkProtocolFamilyEnum;
}

Properties

address_path_prefix?: string

The BIP44 path prefix for the network

Memberof

Network

chain_id: number

The chain ID of the blockchain network

Memberof

Network

display_name: string

The human-readable name of the blockchain network

Memberof

Network

feature_set: FeatureSet

Memberof

Network

Memberof

Network

is_testnet: boolean

Whether the network is a testnet or not

Memberof

Network

native_asset: Asset

Memberof

Network

protocol_family: NetworkProtocolFamilyEnum

The protocol family of the blockchain network

Memberof

Network