Add customizable writers, configs, chain spec in network
This commit is contained in:
4
cic/data/config/config.ini
Normal file
4
cic/data/config/config.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[cic_core]
|
||||
meta_writer = cic.output.KVWriter
|
||||
attachment_writer = cic.output.KVWriter
|
||||
proof_writer = cic.output.KVWriter
|
||||
@@ -1,14 +1,23 @@
|
||||
{
|
||||
"token": {
|
||||
"reference": null,
|
||||
"key_account": null
|
||||
"chain_spec": {
|
||||
"arch": null,
|
||||
"fork": null,
|
||||
"network_id": null,
|
||||
"common_name": null,
|
||||
"extra": {}
|
||||
},
|
||||
"token_index": {
|
||||
"reference": null,
|
||||
"key_account": null
|
||||
},
|
||||
"address_declarator": {
|
||||
"reference": null,
|
||||
"key_account": null
|
||||
"contents": {
|
||||
"token": {
|
||||
"reference": null,
|
||||
"key_account": null
|
||||
},
|
||||
"token_index": {
|
||||
"reference": null,
|
||||
"key_account": null
|
||||
},
|
||||
"address_declarator": {
|
||||
"reference": null,
|
||||
"key_account": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user