All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.
0x
Unlike the Address type, HexEncodedBytes will not trim any zeros.
Address
Generated using TypeDoc
All bytes (Vec) data is represented as hex-encoded string prefixed with
0xand fulfilled with two hex digits per byte.Unlike the
Addresstype, HexEncodedBytes will not trim any zeros.