CryptoRailNetworksItem: {
    chainId?: number;
    contractAddress?: string;
    name?: string;
}

The networks of the asset.

Type declaration

  • OptionalchainId?: number

    The chain ID of the network.

  • OptionalcontractAddress?: string

    The contract address of the asset on the network.

  • Optionalname?: string

    The name of the network.