solana/transaction-status/src
Jon Cinque 7af48465fa
transaction-status: Add return data to meta (#23688)
* transaction-status: Add return data to meta

* Add return data to simulation results

* Use pretty-hex for printing return data

* Update arg name, make TransactionRecord struct

* Rename TransactionRecord -> ExecutionRecord
2022-03-22 23:17:05 +01:00
..
extract_memos.rs Refactor: Add AccountKeys struct for static and dynamic message keys (#22960) 2022-02-05 20:00:31 +08:00
lib.rs transaction-status: Add return data to meta (#23688) 2022-03-22 23:17:05 +01:00
parse_accounts.rs Add RPC support for versioned transactions (#22530) 2022-03-08 15:20:34 +08:00
parse_associated_token.rs Refactor: Add AccountKeys struct for static and dynamic message keys (#22960) 2022-02-05 20:00:31 +08:00
parse_bpf_loader.rs Refactor instruction compilation and update message account key ordering (#23729) 2022-03-21 20:53:32 +08:00
parse_instruction.rs Prepare RPC subsystem for multiple SPL Token program ids 2022-02-09 08:16:00 -08:00
parse_stake.rs Refactor instruction compilation and update message account key ordering (#23729) 2022-03-21 20:53:32 +08:00
parse_system.rs Refactor instruction compilation and update message account key ordering (#23729) 2022-03-21 20:53:32 +08:00
parse_token.rs Refactor: Add AccountKeys struct for static and dynamic message keys (#22960) 2022-02-05 20:00:31 +08:00
parse_vote.rs Refactor instruction compilation and update message account key ordering (#23729) 2022-03-21 20:53:32 +08:00
token_balances.rs Clippy 2022-03-11 20:04:05 -07:00