Add initial wasm bindings for Instruction, SystemProgram and Transaction

This commit is contained in:
Michael Vines
2021-10-18 08:39:21 -07:00
parent 03a956e8d9
commit a35df1cb02
10 changed files with 272 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#[allow(deprecated)]
use crate::sysvar::recent_blockhashes;
use {
crate::{
decode_error::DecodeError,
@@ -7,7 +6,7 @@ use {
nonce,
pubkey::Pubkey,
system_program,
sysvar::rent,
sysvar::{recent_blockhashes, rent},
},
num_derive::{FromPrimitive, ToPrimitive},
thiserror::Error,