NetworkIdentifier class

The network identifier specifies which network a particular object is associated with.

Annotations

Constructors

NetworkIdentifier(String blockchain, String network, SubNetworkIdentifier? subNetworkIdentifier)
const
NetworkIdentifier.fromJson(Map<String, dynamic> map)
factory

Properties

blockchain String
final
hashCode int
The hash code for this object.
no setterinherited
network String
If a blockchain has a specific chain-id or network identifier, it should go in this field. It is up to the client to determine which network-specific identifier is mainnet or testnet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subNetworkIdentifier SubNetworkIdentifier?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited