Cleanups and introduce all dispatchable endpoints.

This commit is contained in:
Gav
2018-03-12 10:15:30 +01:00
parent 873b579726
commit 550ec8cdf5
7 changed files with 154 additions and 138 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pub mod transaction;
pub use self::block::{Header, Block, Log, Digest};
pub use self::block::Number as BlockNumber;
pub use self::transaction::{Transaction, UncheckedTransaction, Function, Proposal};
pub use self::transaction::{Transaction, UncheckedTransaction, Function, Proposal, VoteThreshold};
/// Alias to Ed25519 pubkey that identifies an account on the relay chain. This will almost
/// certainly continue to be the same as the substrate's `AuthorityId`.