
Action parameter in transferutxo
{ "name": "transferutxo", "base": "", "fields": [ { "name": "payer", "type": "name" }, { "name": "inputs", "type": "input[]" }, { "name": "outputs", "type": "output[]" }, { "name": "memo", "type": "string" } ] }
Action parameter in transferutxo
{
"name": "transferutxo",
"base": "",
"fields": [
{
"name": "payer",
"type": "name"
},
{
"name": "inputs",
"type": "input[]"
},
{
"name": "outputs",
"type": "output[]"
},
{
"name": "memo",
"type": "string"
}
]
}