{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "fix",
"base": "",
"fields": []
},
{
"name": "totalwght",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "totwght",
"type": "float64"
}
]
},
{
"name": "weightage",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "userwgt",
"type": "float64"
},
{
"name": "updatedat",
"type": "time_point_sec"
}
]
}
],
"actions": [
{
"name": "fix",
"type": "fix",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "totalwght3",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "totalwght"
},
{
"name": "weightage3",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "weightage"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}