{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "account_row",
"base": "",
"fields": [
{
"name": "id",
"type": "name"
},
{
"name": "key",
"type": "public_key"
},
{
"name": "balance",
"type": "asset"
}
]
},
{
"name": "cleartable",
"base": "",
"fields": [
{
"name": "table_name",
"type": "name"
},
{
"name": "scope",
"type": "name?"
},
{
"name": "max_rows",
"type": "uint64?"
}
]
},
{
"name": "embeddedact",
"base": "",
"fields": [
{
"name": "from",
"type": "public_key"
},
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "foo",
"base": "",
"fields": []
},
{
"name": "sendaccount",
"base": "",
"fields": [
{
"name": "from",
"type": "public_key"
},
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
},
{
"name": "sig",
"type": "signature"
}
]
}
],
"actions": [
{
"name": "cleartable",
"type": "cleartable",
"ricardian_contract": "---\n\nspec_version: \"0.2.0\"\ntitle: cleartable\nsummary: 'DEBUG: cleartable action'\nicon: https://avatars.githubusercontent.com/u/147292861?s=400&u=3b1af66e90dd851f4d7c096ed6a2fbb4b9e190da\n\n---"
},
{
"name": "foo",
"type": "foo",
"ricardian_contract": ""
},
{
"name": "sendaccount",
"type": "sendaccount",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "account",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "account_row"
}
],
"ricardian_clauses": [
{
"id": "Shipload (Platform)",
"body": "Shipload (Platform)"
}
],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": [
{
"name": "foo",
"result_type": "embeddedact"
}
]
}