Transactions
Transaction Types
Creating Transaction Types
$ coiin transactionType create "my-transaction-type"
{
"status": 200,
"response": {
"success": true
},
"ok": true
}$ coiin transaction create "my-transaction-type" '{ "banana": 4 }'
{
"status": 201,
"response": {
"transaction_id": "b09ef198-7bb9-40c4-990b-097b3bac93c5"
},
"ok": true
}Last updated