accAddress method
Implementation
String accAddress() {
if (publicKey == null) {
throw Exception('Could not compute accAddress: missing rawAddress');
}
return publicKey!.address();
}
String accAddress() {
if (publicKey == null) {
throw Exception('Could not compute accAddress: missing rawAddress');
}
return publicKey!.address();
}