Network class

Implementers

Constructors

Network(String name, int identifier, NetworkTimestampDatetimeConverter datetimeConverter, Function addressHasher, Function createAddress, Type addressClass, NetworkTimestamp networkTimestampFactory(int))

Properties

addressClass Type
getter/setter pair
addressHasher Function
getter/setter pair
createAddress Function
getter/setter pair
datetimeConverter NetworkTimestampDatetimeConverter
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier int
getter/setter pair
name String
getter/setter pair
networkTimestampFactory NetworkTimestamp Function(int)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromDatetime(DateTime referenceDatetime) NetworkTimestamp
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publicKeyToAddress(PublicKey publicKey) Uint8List
toDatetime(NetworkTimestamp referenceNetworkTimestamp) DateTime
toString() String
A string representation of this object.
inherited

Operators

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