ether static method
Helper that calls the constructor with the ETHER currency @param amount ether amount in wei
Implementation
static CurrencyAmount ether(BigInt amount) {
return CurrencyAmount(ETHER, amount);
}
Helper that calls the constructor with the ETHER currency @param amount ether amount in wei
static CurrencyAmount ether(BigInt amount) {
return CurrencyAmount(ETHER, amount);
}