TokenAmount.fromWei constructor
TokenAmount.fromWei(
- BigInt wei
Implementation
factory TokenAmount.fromWei(BigInt wei) => TokenAmount._(wei);
factory TokenAmount.fromWei(BigInt wei) => TokenAmount._(wei);