lamassu-server/lamassu-schema.json
Josh Harvey 5ea37d4ec4 WIP
2016-08-23 14:59:33 +02:00

42 lines
815 B
JSON

[
{
"code": "cashInTransactionLimit",
"display": "Cash-in tx limit",
"type": "integer"
},
{
"code": "cashOutTransactionLimit",
"display": "Cash-out tx limit",
"type": "integer"
},
{
"code": "cashInCommission",
"display": "Cash-in commission",
"type": "percentage"
},
{
"code": "cashOutCommission",
"display": "Cash-out commission",
"type": "percentage"
},
{
"code": "idVerificationEnabled",
"display": "ID verification",
"type": "bool"
},
{
"code": "idVerificationLimit",
"display": "ID Verification Limit",
"type": "int"
},
{
"code": "lowBalanceMargin",
"display": "Low balance margin",
"type": "percentage"
},
{
"code": "zeroConfLimit",
"display": "Zero conf limit",
"type": "int"
}
]