mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
State machine crate and rust impl of executor (#17)
* Executor. * Rust contracts implementation. * Add documentation and fix transfer data. * Fix auth contract interface. * Add some executor tests. * Validator set contract.
This commit is contained in:
committed by
Robert Habermeier
parent
e9177294f6
commit
2fa0239dab
@@ -41,6 +41,7 @@ extern crate pretty_assertions;
|
||||
|
||||
mod bytes;
|
||||
pub mod block;
|
||||
pub mod contract;
|
||||
pub mod hash;
|
||||
pub mod parachain;
|
||||
pub mod uint;
|
||||
|
||||
Reference in New Issue
Block a user