Comment on page
evm
Name | Description |
---|---|
raw | Build cosmos transaction from raw ethereum transaction. |
code | Gets code from an account. |
params | Get the evm params. |
storage | Gets storage for an account with a given key and height. |
Build cosmos transaction from raw ethereum transaction.
uptickd tx evm raw TX_HEX [flags]
Gets code from an account.
uptickd query evm code ADDRESS [flags]
Get the evm params.
uptickd q evm params
Gets storage for an account with a given key and height.
uptickd query evm storage ADDRESS KEY [flags]
Last modified 5mo ago