mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +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
9 lines
103 B
Rust
9 lines
103 B
Rust
sp_api::decl_runtime_apis! {
|
|
#[api_version]
|
|
pub trait Api {
|
|
fn test(data: u64);
|
|
}
|
|
}
|
|
|
|
fn main() {}
|