Module avalanche_types::packer

source ·

Modules

Structs

Constants

number of bytes per bool
number of bytes per byte 8-bit unsigned integer, so the length is 1-byte
number of bytes per short 16-bit unsigned integer, so the length is 2-byte
number of bytes per int 32-bit unsigned integer, so the length is 4-byte
number of bytes per long 64-bit unsigned integer, so the length is 8-byte