address property
override
The Ethereum address associated with this credential.
Implementation
@override
EthereumAddress get address => _credential.privateKey.address;
The Ethereum address associated with this credential.
@override
EthereumAddress get address => _credential.privateKey.address;