fingerPrint property
Bip32FingerPrint
get
fingerPrint
Gets the fingerprint of the public key, derived from the key identifier.
Implementation
Bip32FingerPrint get fingerPrint {
return Bip32FingerPrint(keyIdentifier);
}