Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
delete untested api
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Aug 25, 2014
1 parent dee05f1 commit c78d45b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions libraries/api/wallet_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,30 +1155,6 @@
"prerequisites" : ["wallet_unlocked"],
"aliases" : [ "cover" ]
},
{
"method_name" : "wallet_market_add_collateral",
"description" : "Add collateral to a short position",
"return_type" : "signed_transaction",
"parameters" : [
{
"name" : "from_account_name",
"type" : "account_name",
"description" : "the account that will provide funds for the ask"
},
{
"name" : "short_id",
"type" : "address",
"description" : "the address of the order to recollateralize"
},
{
"name" : "collateral_to_add",
"type" : "share_type",
"description" : "Amount of collateral to add"
}
],
"prerequisites" : ["wallet_unlocked"],
"aliases" : [ "recollateralize" ]
},
{
"method_name" : "wallet_market_order_list",
"description" : "List an order list of a specific market",
Expand Down

0 comments on commit c78d45b

Please sign in to comment.