{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "Config",
"base": "",
"fields": [
{
"name": "bridge_contract",
"type": "name"
},
{
"name": "sparklet_token_contract",
"type": "name"
},
{
"name": "sparklet_token_symbol",
"type": "symbol"
},
{
"name": "cooldown_time_min",
"type": "uint32"
}
]
},
{
"name": "Reclaim",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "string"
},
{
"name": "blockchain",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "initiated_at",
"type": "time_point_sec?"
}
]
},
{
"name": "add_reclaim",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "from",
"type": "name"
},
{
"name": "destination_blockchain",
"type": "name"
},
{
"name": "destination_address",
"type": "string"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "configure",
"base": "",
"fields": [
{
"name": "bridge_contract",
"type": "name"
},
{
"name": "sparklet_token_contract",
"type": "name"
},
{
"name": "sparklet_token_symbol",
"type": "symbol"
},
{
"name": "colldown_time_min",
"type": "uint32"
}
]
},
{
"name": "push_to_bridge",
"base": "",
"fields": [
{
"name": "reclaim_id",
"type": "uint64"
}
]
},
{
"name": "reject_reclaim",
"base": "",
"fields": [
{
"name": "reclaim_id",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "addreclaim",
"type": "add_reclaim",
"ricardian_contract": ""
},
{
"name": "configure",
"type": "configure",
"ricardian_contract": ""
},
{
"name": "pushtobridge",
"type": "push_to_bridge",
"ricardian_contract": ""
},
{
"name": "reject",
"type": "reject_reclaim",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "reclaims",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "Reclaim"
},
{
"name": "settings",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "Config"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}