Add way to look at tx instructions (#11943)

This commit is contained in:
sakridge
2020-09-19 12:17:46 -07:00
committed by GitHub
parent cd852a5c22
commit f561eb917f
16 changed files with 545 additions and 15 deletions

View File

@@ -83,6 +83,7 @@ pub mod log;
pub mod program;
pub mod program_error;
pub mod program_stubs;
pub mod serialize_utils;
// Modules not usable by on-chain programs
#[cfg(not(feature = "program"))]