Add more zeros if the length of the address(excluding 0x) is less than SUI_ADDRESS_LENGTH
WARNING: if the address value itself starts with 0x, e.g., 0x0x, the default behavior
is to treat the first 0x not as part of the address. The default behavior can be overridden by
setting forceAdd0x to true
Perform the following operations:
0x
if the string does not start with0x
.0x
) is less thanSUI_ADDRESS_LENGTH
WARNING: if the address value itself starts with
0x
, e.g.,0x0x
, the default behavior is to treat the first0x
not as part of the address. The default behavior can be overridden by settingforceAdd0x
to true