Add way to look at tx instructions (#11943) (#12375)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-09-22 00:59:46 +00:00
committed by GitHub
parent 4fc9f12d7b
commit a85a2839e4
16 changed files with 545 additions and 15 deletions

View File

@@ -175,7 +175,7 @@ impl InstructionError {
}
}
#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
pub struct Instruction {
/// Pubkey of the instruction processor that executes this instruction
pub program_id: Pubkey,