package
0.5.0
Repository: https://github.com/goplugin/pluginv2.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewEth returns a new struct to represent ETH from it's smallest unit (wei).
NewEthValue returns a new struct to represent ETH from it's smallest unit (wei).
NewEthValueS returns a new struct to represent ETH from a string value of Eth (not wei) the underlying value is still wei.
NewLinkFromJuels returns a new struct to represent LINK from it's smallest unit.
NewWei constructs a Wei from *big.Int.
No description provided by the author
UEther converts units of micro-ether (terawei) into wei.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Type aliases

Eth contains a field to represent the smallest units of ETH.
Link contains a field to represent the smallest units of LINK.
Wei extends utils.Big to implement encoding.TextMarshaler and encoding.TextUnmarshaler with support for unit suffixes, as well as additional functions.