DescriptorSecretKey class
Script descriptor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ptr → DescriptorSecretKey
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asString(
) → String -
inherited
-
derive(
DerivationPath path) → DescriptorSecretKey - Derived the XPrv using the derivation path
-
extend(
DerivationPath path) → DescriptorSecretKey - Extends the XPrv using the derivation path
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
secretBytes(
{dynamic hint}) → Uint8List - Get the private key as bytes.
-
toPublic(
) → DescriptorPublicKey - Returns the public version of this key.
-
toString(
) → String -
Get the private key as string.
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