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:
committed by
Ignotus Peverell
parent
0d06561a91
commit
0852b0c4cf
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user