7af48465fa
* 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 |
||
---|---|---|
.. | ||
proto | ||
src | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
Storage Protobufs
The solana-storage-proto
structs used in src/convert.rs
and elsewhere are
auto-generated from protobuf definitions on build. To update these structs,
simply make the desired edits to proto/*.proto
files.