ZcashConf class

Constructors

ZcashConf()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zCashMainnetOrchard ZIP32CoinConfig
final
zCashMainnetSapling ZIP32CoinConfig
final
zCashRegtestOrchard ZIP32CoinConfig
final
zCashRegtestSapling ZIP32CoinConfig
final
zCashTestnetOrchard ZIP32CoinConfig
final
zCashTestnetSapling ZIP32CoinConfig
final

Methods

findFromP2pkhPrefix(List<int> prefix) ZIP32CoinConfig?
findFromP2shPrefix(List<int> prefix) ZIP32CoinConfig?
findFromSaplingPaymentAddressHrp(String hrp) ZIP32CoinConfig?
findFromSproutPrefix(List<int> prefix) ZIP32CoinConfig?
findFromTexHrp(String hrp) ZIP32CoinConfig?
findFromUnifiedAddressHrp(String hrp) ZIP32CoinConfig?
fromNetwork(ZCashNetwork network) ZIP32CoinConfig
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