feat: cli: lotus client list-asks --protocols
This commit is contained in:
@@ -1897,14 +1897,19 @@ Inputs:
|
||||
Response:
|
||||
```json
|
||||
{
|
||||
"Price": "0",
|
||||
"VerifiedPrice": "0",
|
||||
"MinPieceSize": 1032,
|
||||
"MaxPieceSize": 1032,
|
||||
"Miner": "f01234",
|
||||
"Timestamp": 10101,
|
||||
"Expiry": 10101,
|
||||
"SeqNo": 42
|
||||
"Response": {
|
||||
"Price": "0",
|
||||
"VerifiedPrice": "0",
|
||||
"MinPieceSize": 1032,
|
||||
"MaxPieceSize": 1032,
|
||||
"Miner": "f01234",
|
||||
"Timestamp": 10101,
|
||||
"Expiry": 10101,
|
||||
"SeqNo": 42
|
||||
},
|
||||
"DealProtocols": [
|
||||
"string value"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -794,6 +794,7 @@ CATEGORY:
|
||||
OPTIONS:
|
||||
--by-ping sort by ping (default: false)
|
||||
--output-format value Either 'text' or 'csv' (default: "text")
|
||||
--protocols Output supported deal protocols (default: false)
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user