Address.bytes

Bytes of the address. The length may be 4 (for ipv4 addresses) or 16 (for ipv6 addresses). The byte order is always big-endian (network order).

struct Address
ubyte[] bytes;

Meta