MultiSig class
Constructors
- MultiSig()
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  toLittleEndianTwoBytes(int threshold) → Uint8List 
- Convert u16 to Uint8List of length 2 in little endian.
- 
  toMultiSigAddress(List< PubkeyWeightPair> pks, int threshold) → String
- Derives a multisig address from a list of pk and weights and threshold. || ... || flag_n || pk_n || weight_n`
Constants
- MAX_SIGNER_IN_MULTISIG → const int