mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
17900b0483
* fix (ci): hotfix Docker release * change (ci): fail test on warnings * change (config): stderr msgs * Fix the warnings properly Co-authored-by: Bastian Köcher <git@kchr.de>
8 lines
93 B
Rust
8 lines
93 B
Rust
sp_api::decl_runtime_apis! {
|
|
pub trait Api<Block: BlockT> {
|
|
fn test();
|
|
}
|
|
}
|
|
|
|
fn main() {}
|