Address.fromEthAddress constructor
- EthereumAddress ethAddress
Implementation
factory Address.fromEthAddress(EthereumAddress ethAddress) {
return Address(ethAddress.addressBytes);
}
factory Address.fromEthAddress(EthereumAddress ethAddress) {
return Address(ethAddress.addressBytes);
}