Add description for return type
This commit is contained in:
parent
fd0f1d3999
commit
f5df1982f9
|
@ -221,7 +221,7 @@ paths:
|
|||
parameters:
|
||||
- in: body
|
||||
name: txBroadcast
|
||||
description: build a StdTx transaction and serilize it to a byte array with amino, then the `"tx"` field in the post body will be the base64 encoding of the byte array.
|
||||
description: Build a StdTx transaction and serilize it to a byte array with amino, then the `"tx"` field in the post body will be the base64 encoding of the byte array. The supported return types includes `"block"`(return after tx commit), `"sync"`(return afer CheckTx) and `"async"`(return right away).
|
||||
required: true
|
||||
schema:
|
||||
$ref: "#/definitions/TendertmintTx"
|
||||
|
|
Loading…
Reference in New Issue