pub const AVERAGE_BYTE_SIZE_TX_ENCODED: usize = _; // 512usize
Expand description

Average byte size of an encoded transaction.

Default is SOFT_LIMIT_BYTE_SIZE_POOLED_TRANSACTIONS_RESPONSE, which defaults to 2 MiB, divided by SOFT_LIMIT_COUNT_HASHES_IN_NEW_POOLED_TRANSACTIONS_BROADCAST_MESSAGE, which is spec’d at 4096 hashes, so 521 bytes.