ZCashAccountConfig class

Configuration for a ZCash account, including enabled key types and network info.

Constructors

ZCashAccountConfig({bool? orchard, bool? sapling, bool? transparent, required ZCashNetwork network})
factory
ZCashAccountConfig.shield(ZCashNetwork network)
factory
ZCashAccountConfig.transparent(ZCashNetwork network)
factory

Properties

coinConfig ZIP32CoinConfig
Coin-specific configuration for ZIP32 derivation and HRPs.
final
hashCode int
The hash code for this object.
no setterinherited
orchard bool?
Whether Orchard keys are enabled/required.
final
orchardAllowed bool
no setter
orchardRequired bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sapling bool?
Whether Sapling keys are enabled/required.
final
saplingAllowed bool
no setter
saplingRequired bool
no setter
transparent bool?
Whether Transparent keys are enabled/required.
final
transparentAllowed bool
no setter
transparentRequired bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toUnifiedAddressRequest() UnifiedAddressRequest

Operators

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