Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 347 Bytes

to-wei.md

File metadata and controls

24 lines (17 loc) · 347 Bytes

cast to-wei

Convert an ETH amount to wei.

$ cast to-wei --help
Usage: cast to-wei [VALUE] [UNIT]

Arguments:
  [VALUE]
          The value to convert

  [UNIT]
          The unit to convert from (ether, gwei, wei)
          
          [default: eth]

Options:
  -h, --help
          Print help (see a summary with '-h')