Zip32 class

Constructors

Zip32.fromExtendedKey({required List<int> sk, required ZIP32CoinConfig coinConf, required ZCryptoContext context})
factory
Zip32.fromSeed({required List<int> seed, required ZIP32Coins coin, required ZCryptoContext context})
factory
Zip32.fromSpendKey({required List<int> sk, required ZIP32Coins coin, required ZCryptoContext context})
factory

Methods

account(int accIndex) Zip32
addressAt(DiversifierIndex index, {Bip44Changes scope = Bip44Changes.chainExt}) String
defaultAddress() ShieldAddress<DiversifiedTransmissionKey>?
findAddress({DiversifierIndex? from, Bip44Changes scope = Bip44Changes.chainExt}) ShieldAddress<DiversifiedTransmissionKey>?
findAndEncodeAddress({DiversifierIndex? from, Bip44Changes scope = Bip44Changes.chainExt}) String?
getViewKey({Bip44Changes scope = Bip44Changes.chainExt}) IncomingViewingKey<ShieldAddress<DiversifiedTransmissionKey>>
isLevel(Bip44Levels level) bool
check level with current bip-44 level
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