getExtendedPublicKey method
Gets the extended public key (xpub) in Base58 format.
Implementation
String getExtendedPublicKey() {
return _serializeKey(isPrivate: false);
}
Gets the extended public key (xpub) in Base58 format.
String getExtendedPublicKey() {
return _serializeKey(isPrivate: false);
}