Chaindata class

Constructors

Chaindata(String name, int p2pkhPrefix, int p2shPrefix, int defaultPort, int kawpowHeaderActivationTimestamp, Uint8List assetLiteral, {String? symbol, int uniquification = 0, required BurnH160 burnH160s, required BurnAmount burnAmounts})
Chaindata.from(String name)
factory

Properties

assetLiteral Uint8List
getter/setter pair
burnAmounts BurnAmount
final
burnH160s BurnH160
final
defaultPort int
final
hashCode int
The hash code for this object.
no setteroverride
id int
getter/setter pair
kawpowHeaderActivationTimestamp int
final
name String
final
p2pkhPrefix int
final
p2shPrefix int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
final
uniquification int
final

Methods

burnAddresses({bool isP2sh = false}) List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
txidUniquifier(Uint8List raw) Uint8List

Operators

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

Static Properties

addressType Map<String, Map<String, int>>
final
nameToChainMap Map<String, Chaindata>
final