ADDRS_MAX_BYTES

Constant ADDRS_MAX_BYTES 

Source
pub const ADDRS_MAX_BYTES: u64 = 65281;
Expand description

Addrs message fields size:

  • addrs = 1 (vec_len) + (u8::MAX * 2) * 128

Url type is estimated to be max 128 bytes here and for other message below.