31 lines
609 B
JSON
Raw Normal View History

2026-02-03 18:12:53 +01:00
{
"name": "lez_wallet_module",
2026-02-03 18:12:53 +01:00
"version": "1.0.0",
"description": "Logos Execution Zone Wallet Module for Logos Core",
"author": "Logos Blockchain Team",
2026-02-24 14:03:04 +01:00
"type": "core",
2026-02-03 18:12:53 +01:00
"category": "blockchain",
"main": "lez_wallet_module_plugin",
2026-02-03 18:12:53 +01:00
"dependencies": [],
"capabilities": [],
2026-04-20 15:52:51 +02:00
"include": [],
"nix": {
"packages": {
"build": [],
"runtime": []
},
"external_libraries": [
{
"name": "wallet_ffi"
}
],
"cmake": {
"find_packages": [],
"extra_sources": [],
"extra_include_dirs": [],
"extra_link_libraries": []
}
}
}