Interface AdditionalBasicChainProperties

interface AdditionalBasicChainProperties {
    chainId?: string;
    chainSymbol: string;
    chainType: ChainType;
    name: string;
}

Hierarchy

Properties

chainId?: string

Common Blockchain Id
A 0x-prefixed hexadecimal string
Optional.

chainSymbol: string

The symbol of the chain representing one of the supported blockchain networks (e.g., "ETH" for Ethereum). For more details, see: ChainSymbol.

chainType: ChainType

Blockchain type. For more details, see: ChainType.

name: string

Blockchain name