app: add catalog commands/queries (RegisterAsset, UpdateMetadata, GetTimeline, GetAsset)

This commit is contained in:
2026-05-31 05:13:47 +02:00
parent 4549d746c3
commit 536bf3463a
15 changed files with 471 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
pub mod get_timeline;
pub mod get_asset;