stellar-xdr 27.0.0

Stellar XDR types, encoding, and decoding.
Documentation
1
2
3
4
5
6
7
8
9
10
#[allow(unused_imports, clippy::wildcard_imports)]
use super::*;

/// TxAdvertVectorMaxSize is an XDR Const defined as:
///
/// ```text
/// const TX_ADVERT_VECTOR_MAX_SIZE = 1000;
/// ```
///
pub const TX_ADVERT_VECTOR_MAX_SIZE: u64 = 1000;