solution: update docs layout to better suit github formatter

This commit is contained in:
Igor Artamonov
2019-08-22 21:21:57 -04:00
parent d873130567
commit a06ef4307a
3 changed files with 51 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ Where:
Subscribes to changes of the balance for a single address or a set of addresses
.Request
[source,proto]
----
message BalanceRequest {
Asset asset = 1;
@@ -124,6 +125,7 @@ message AnyAddress {
----
.Response
[source,proto]
----
message AddressBalance {
Asset asset = 1;
@@ -138,6 +140,7 @@ Subscribes to transaction confirmations. Allows to send a transactions and then
gets enough confirmations. Changes is `NOTFOUND -> BROADCASTED <- -> MINED <- -> CONFIRMED`
.Request
[source,proto]
----
message TxStatusRequest {
ChainRef chain = 1;
@@ -147,6 +150,7 @@ message TxStatusRequest {
----
.Response (stream of)
[source,proto]
----
message TxStatus {
string tx_id = 1;