canic_core/api/
mod.rs

1pub mod call;
2pub mod endpoint;
3
4pub use call::{EndpointCall, EndpointCallKind};
5pub use endpoint::EndpointId;