make docsgen-cli
This commit is contained in:
parent
deea6797c5
commit
448eca56c8
@ -2088,6 +2088,8 @@ COMMANDS:
|
|||||||
encode encode various types
|
encode encode various types
|
||||||
disputer interact with the window post disputer
|
disputer interact with the window post disputer
|
||||||
prune prune the stored chain state and perform garbage collection
|
prune prune the stored chain state and perform garbage collection
|
||||||
|
create-evm-actor Create an new EVM actor via the init actor and return its address
|
||||||
|
invoke-evm-actor Invoke a contract entry point in an EVM actor
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
@ -2426,6 +2428,33 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### lotus chain create-evm-actor
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus chain create-evm-actor - Create an new EVM actor via the init actor and return its address
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus chain create-evm-actor [command options] contract
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--from value optionally specify the account to use for sending the exec message
|
||||||
|
--hex use when input contract is in hex (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### lotus chain invoke-evm-actor
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus chain invoke-evm-actor - Invoke a contract entry point in an EVM actor
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus chain invoke-evm-actor [command options] address contract-entry-point [input-data]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--from value optionally specify the account to use for sending the exec message
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## lotus log
|
## lotus log
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user