CryptoHDKey class

Inheritance

Constructors

CryptoHDKey(Pointer<Void> object)

Properties

fnGetAccountIndex FNGetAccountIndex
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lib DynamicLibrary
getter/setter pairinherited
nativeGetBip32Xpub NativeGetBip32Xpub
getter/setter pair
nativeGetChainCode NativeGetChainCode
getter/setter pair
nativeGetChildrenPath NativeGetChildrenPath
getter/setter pair
nativeGetDepth NativeGetDepth
getter/setter pair
nativeGetKeyData NativeGetKeyData
getter/setter pair
nativeGetName NativeGetName
getter/setter pair
nativeGetPath NativeGetPath
getter/setter pair
nativeGetSourceFingerprint NativeGetSourceFingerprint
getter/setter pair
nativeObject Pointer<Void>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAccountIndex(int level) int
getBip32Xpub() String
getChainCode() String?
getChildrenPath() String?
getDepth() int
getKeyData() String
getName() String
getPath() String
getSourceFingerprint() String
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