mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
8721d98dd6
* move benches into tests, ignore non-passing doctests * Rename sr-api folder * Move test-primitives to primitives, use that for sp-api doctests
8 lines
83 B
Rust
8 lines
83 B
Rust
sp_api::decl_runtime_apis! {
|
|
pub trait Api {
|
|
fn test(&self);
|
|
}
|
|
}
|
|
|
|
fn main() {}
|