mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-07-08 19:49:26 +00:00
37 lines
817 B
JSON
37 lines
817 B
JSON
{
|
|
"name": "logos_execution_zone",
|
|
"display_name": "LEZ Module",
|
|
"version": "1.0.0",
|
|
"description": "Logos Execution Zone Module for Logos Core",
|
|
"author": "Logos Blockchain Team",
|
|
"type": "core",
|
|
"category": "blockchain",
|
|
"interface": "universal",
|
|
"codegen": {
|
|
"impl_header": "src/logos_execution_zone_wallet_module.h",
|
|
"impl_class": "LogosExecutionZoneWalletModule"
|
|
},
|
|
"main": "logos_execution_zone_plugin",
|
|
"dependencies": [],
|
|
"capabilities": [],
|
|
"include": [],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["nlohmann_json"]
|
|
},
|
|
"external_libraries": [
|
|
{
|
|
"name": "wallet_ffi"
|
|
}
|
|
],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|