Parse stake and system instructions (#13035)

* Fix token account check

* Add helper to check num accounts

* Add parse_stake

* Add parse_system

* Fix AuthorizeNonce docs

* Remove jsonParsed unstable markers

* Clippy
This commit is contained in:
Tyera Eulberg
2020-10-20 21:02:17 -06:00
committed by GitHub
parent f11c86b2c5
commit 46d0019955
7 changed files with 955 additions and 98 deletions

View File

@@ -6,6 +6,8 @@ extern crate serde_derive;
pub mod parse_accounts;
pub mod parse_bpf_loader;
pub mod parse_instruction;
pub mod parse_stake;
pub mod parse_system;
pub mod parse_token;
use crate::{