toExtended property
String
get
toExtended
Gets the extended public key representation.
Implementation
String get toExtended {
return pubKey.toExtended;
}
Gets the extended public key representation.
String get toExtended {
return pubKey.toExtended;
}