
Action parameter in fixcurrency
{ "name": "fixcurrency", "base": "", "fields": [ { "name": "currency_id", "type": "uint64" }, { "name": "quantity", "type": "asset" }, { "name": "is_add", "type": "bool" } ] }
Action parameter in fixcurrency
{
"name": "fixcurrency",
"base": "",
"fields": [
{
"name": "currency_id",
"type": "uint64"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "is_add",
"type": "bool"
}
]
}