Rename TransactionCompiler to Script and use it to replace the type alias

This commit is contained in:
Greg Fitzgerald
2019-03-17 09:55:42 -06:00
committed by Grimes
parent 99671472d1
commit 122c7bc2ef
9 changed files with 60 additions and 47 deletions

View File

@@ -9,6 +9,7 @@ pub mod native_program;
pub mod packet;
pub mod pubkey;
pub mod rpc_port;
pub mod script;
pub mod shortvec;
pub mod signature;
pub mod system_instruction;
@@ -16,7 +17,6 @@ pub mod system_program;
pub mod system_transaction;
pub mod timing;
pub mod transaction;
mod transaction_compiler;
#[macro_use]
extern crate serde_derive;