MixAddress class

Constructors

MixAddress.fromMainNetMixAddress(List<String> members, int threshold)
factory
MixAddress.fromUuid(List<String> members, int threshold)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
members List<String>
final
memberType MixMemberType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold int
final

Methods

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

Operators

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

Static Methods

parse(String address) MixAddress
tryParse(String address) MixAddress?