publicViewKey property
MoneroPublicKey
get
publicViewKey
Get the public view key of the Monero instance.
Implementation
MoneroPublicKey get publicViewKey {
return pubVkey;
}
Get the public view key of the Monero instance.
MoneroPublicKey get publicViewKey {
return pubVkey;
}