address property
The ethereum address belonging to this credential.
Implementation
@override
EthereumAddress get address {
return _cachedAddress ??=
EthereumAddress(publicKeyToAddress(privateKeyToPublic(privateKeyInt)));
}
The ethereum address belonging to this credential.
@override
EthereumAddress get address {
return _cachedAddress ??=
EthereumAddress(publicKeyToAddress(privateKeyToPublic(privateKeyInt)));
}