From f5df1982f9a50acfe18ad54dee21311c06e474fb Mon Sep 17 00:00:00 2001 From: HaoyangLiu Date: Mon, 1 Oct 2018 09:24:53 +0800 Subject: [PATCH] Add description for return type --- client/lcd/swagger-ui/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lcd/swagger-ui/swagger.yaml b/client/lcd/swagger-ui/swagger.yaml index 3f67338a66..9c42463949 100644 --- a/client/lcd/swagger-ui/swagger.yaml +++ b/client/lcd/swagger-ui/swagger.yaml @@ -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"