{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "PeriodDividend",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "period_id",
"type": "uint32"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "closeperiod",
"base": "",
"fields": []
},
{
"name": "global1",
"base": "",
"fields": [
{
"name": "period_id",
"type": "uint32"
},
{
"name": "quantity",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "closeperiod",
"type": "closeperiod",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "dividend",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "PeriodDividend"
},
{
"name": "global1",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "global1"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}