cast to-unit

名称

cast-to-unit - 将以太币金额转换为其他单位。

概要

cast to-unit [选项] [单位]

描述

将以太币金额转换为其他单位。

要转换的值(value)可以是以太币数量(以 wei 为单位),或带有单位的数字。

有效的单位包括:

  • ether
  • gwei
  • wei

选项

Common 选项

-h
--help
    输出帮助信息。

示例

  1. 将 1000 wei 转换为 gwei

    cast to-unit 1000 gwei
    
  2. 将 1 eth 转换为 gwei

    cast to-unit 1ether gwei
    

另请参阅

cast