mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Redo Tendermint folder structure
This commit is contained in:
7
substrate/tendermint/primitives/src/lib.rs
Normal file
7
substrate/tendermint/primitives/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
use sp_core::sr25519::Public;
|
||||
|
||||
trait TendermintApi {
|
||||
fn validators() -> Vec<Public>;
|
||||
}
|
||||
Reference in New Issue
Block a user