Type alias HexEncodedBytes

HexEncodedBytes: string

All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.

Unlike the Address type, HexEncodedBytes will not trim any zeros.

Generated using TypeDoc