This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
15bed29afa6054b07f7b2d90c07ff96d5c33bad5
solana
/
sdk
/
src
/
packet.rs
3 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Move drone into its own crate
2018-11-16 08:04:46 -08:00
/// Maximum over-the-wire size of a Transaction
Use Serde's `with` attribute to shorten length encodings in Transaction
2019-03-25 09:15:16 -06:00
pub
const
PACKET_DATA_SIZE
:
usize
=
512
;
Reference in New Issue
Copy Permalink