CoinParams class
The CoinParams class defines parameters for a specific cryptocurrency coin.
Constructors
- 
          CoinParams({List<int> ? p2pkhNetVer, List<int> ? p2shNetVer, String? p2wpkhHrp, int? p2wpkhWitVer, String? p2trHrp, int? p2trWitVer, List<int> ? wifNetVer, int? addrSs58Format, String? addrHrp, String? addrPrefix, String? p2pkhStdHrp, List<int> ? p2pkhStdNetVer, List<int> ? p2pkhLegacyNetVer, String? p2shStdHrp, List<int> ? p2shStdNetVer, List<int> ? p2shLegacyNetVer, String? stakingAddrHrp, List<int> ? p2pkhDeprNetVer, List<int> ? p2shDeprNetVer, List<int> ? addrNetVer, List<int> ? addrIntNetVer, List<int> ? subaddrNetVer, List<int> ? addrVer, int? workchain})
- 
          
            const
Properties
- addrHrp → String?
- 
  
  final
- 
  addrIntNetVer
  → List<int> ?
- 
  
  final
- 
  addrNetVer
  → List<int> ?
- 
  
  final
- addrPrefix → String?
- 
  
  final
- addrSs58Format → int?
- 
  
  final
- 
  addrVer
  → List<int> ?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  p2pkhDeprNetVer
  → List<int> ?
- 
  
  final
- 
  p2pkhLegacyNetVer
  → List<int> ?
- 
  
  final
- 
  p2pkhNetVer
  → List<int> ?
- 
  
  final
- p2pkhStdHrp → String?
- 
  
  final
- 
  p2pkhStdNetVer
  → List<int> ?
- 
  
  final
- 
  p2shDeprNetVer
  → List<int> ?
- 
  
  final
- 
  p2shLegacyNetVer
  → List<int> ?
- 
  
  final
- 
  p2shNetVer
  → List<int> ?
- 
  
  final
- p2shStdHrp → String?
- 
  
  final
- 
  p2shStdNetVer
  → List<int> ?
- 
  
  final
- p2trHrp → String?
- 
  
  final
- p2trWitVer → int?
- 
  
  final
- p2wpkhHrp → String?
- 
  
  final
- p2wpkhWitVer → int?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- stakingAddrHrp → String?
- 
  
  final
- 
  subaddrNetVer
  → List<int> ?
- 
  
  final
- 
  wifNetVer
  → List<int> ?
- 
  
  final
- workchain → int?
- 
  
  final
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