DescriptorPublicKey class

An extended public key.

Properties

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

Methods

asString() String
inherited
derive({required DerivationPath path, dynamic hint}) DescriptorPublicKey
Derive a public descriptor at a given path.
extend({required DerivationPath path, dynamic hint}) DescriptorPublicKey
Extend the public descriptor with a custom path.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Get the public key as string.
override

Operators

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

Static Methods

fromString(String publicKey) Future<DescriptorPublicKey>
DescriptorPublicKey constructor