primaryAddress property

String get primaryAddress

Get the primary address of the Monero instance.

Implementation

String get primaryAddress {
  return scubaddr.computeAndEncodeKeys(0, 0, coinConf.addrNetVer);
}