web3-utilsFunctionsleftPadleftPad CallableleftPad(value: Numbers, characterAmount: number, sign?: string): stringAdds a padding on the left of a string, if value is a integer or bigInt will be converted to a hex string.@aliaspadLeftParametersvalue: NumberscharacterAmount: numbersign: string = '0'Returns string
Adds a padding on the left of a string, if value is a integer or bigInt will be converted to a hex string.
padLeft