Move Instruction into its own module

This commit is contained in:
Greg Fitzgerald
2019-03-23 21:12:27 -06:00
committed by Grimes
parent 68c35bfde6
commit acedf4ca5a
32 changed files with 202 additions and 187 deletions

View File

@@ -2,6 +2,7 @@ pub mod account;
pub mod bpf_loader;
pub mod genesis_block;
pub mod hash;
pub mod instruction;
pub mod loader_instruction;
pub mod native_loader;
pub mod native_program;