feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit e4778b4576
6838 changed files with 1847450 additions and 0 deletions
@@ -0,0 +1,8 @@
# Validators
Yields the validator-set at the state of a given block. This validator set is always the one responsible for backing
teyrchains in the child of the provided block.
```rust
fn validators(at: Block) -> Vec<ValidatorId>;
```