toWei method
override
Converts this Uint256 to an EtherAmount in wei.
Returns an BigInt representing the Uint256 value in wei.
Implementation
@override
BigInt toWei() {
return toEtherAmount().getInWei;
}
Converts this Uint256 to an EtherAmount in wei.
Returns an BigInt representing the Uint256 value in wei.
@override
BigInt toWei() {
return toEtherAmount().getInWei;
}