Struct TotalCosts
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Represents the total costs in ether and wei.
public struct TotalCosts
- Inherited Members
Properties
Ether
The cost in ether.
public string Ether { readonly get; set; }
Property Value
Wei
The cost in wei.
public BigInteger Wei { readonly get; set; }