solana/storage-proto
Tyera Eulberg 77f6ec5625
Add program_id to TokenBalances structs (#24513)
* Add program_id to TokenBalances structs

* Update docs
2022-04-19 22:01:22 -06:00
..
proto Add program_id to TokenBalances structs (#24513) 2022-04-19 22:01:22 -06:00
src Add program_id to TokenBalances structs (#24513) 2022-04-19 22:01:22 -06:00
Cargo.toml Bump tonic, tonic-build, prost, and etcd-client (#24147) 2022-04-08 10:21:45 -06:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs Bump tonic, tonic-build, prost, and etcd-client (#24147) 2022-04-08 10:21:45 -06:00

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.