DescriptorSecretKey class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asPublic() Future<DescriptorPublicKey>
Returns the public version of this key.
asString() String
Get the private key as string.
derive(DerivationPath derivationPath) Future<DescriptorSecretKey>
Derived the XPrv using the derivation path
extend(DerivationPath derivationPath) Future<DescriptorSecretKey>
Extends the “XPrv” using the derivation path
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
secretBytes() Future<List<int>>
Get the private key as bytes.
toString() String
A string representation of this object.
override

Operators

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

Static Methods

create({required Network network, required Mnemonic mnemonic, String? password}) Future<DescriptorSecretKey>
DescriptorSecretKey constructor
fromString(String secretKey) Future<DescriptorSecretKey>
DescriptorSecretKey constructor