mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-14 13:04:42 +01:00
central topics consts shared between modules
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pub mod control;
|
||||
pub mod topics;
|
||||
|
||||
use serde::ser;
|
||||
use std::cmp::min;
|
||||
|
||||
6
parser/src/topics.rs
Normal file
6
parser/src/topics.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub const VLS: &str = "sphinx";
|
||||
pub const VLS_RETURN: &str = "sphinx-return";
|
||||
pub const CONTROL: &str = "sphinx-control";
|
||||
pub const CONTROL_RETURN: &str = "sphinx-control-return";
|
||||
pub const PROXY: &str = "sphinx-proxy";
|
||||
pub const PROXY_RETURN: &str = "sphinx-proxy-return";
|
||||
Reference in New Issue
Block a user