Expose post_tx in OwnerAPI Post (#1795)

* Add POST post_tx in wallet_owner_api
* Add docs for post_tx
This commit is contained in:
Quentin Le Sceller
2018-10-21 22:26:35 +02:00
committed by Ignotus Peverell
parent 0d06561a91
commit 0852b0c4cf
3 changed files with 107 additions and 20 deletions
-4
View File
@@ -170,10 +170,6 @@ Receives a transaction, modifying the slate accordingly (which can then be sent
* **Sample Call:**
```javascript
var coinbase_data = {
fees: 0,
height: 123456
}
$.ajax({
url: "/v1/wallet/foreign/build_coinbase",
dataType: "json",