Signatories class

Constructors

Signatories.fromAddresses(List<String> addresses, int threshold)
Create a new instance of Signatories from a list of addresses and a threshold.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mutiSigBytes Uint8List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortedSignatoriesAddresses List<String>
no setter
sortedSignatoriesBytes List<Uint8List>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signatoriesExcludeAddress(String signatoryAddress) List<Uint8List>
signatoriesExcludeBytes(List<int> signatoryBytes) List<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

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