web3-utilsFunctionsrightPadrightPad CallablerightPad(value: Numbers, characterAmount: number, sign?: string): stringAdds a padding on the right of a string, if value is a integer or bigInt will be converted to a hex string.@aliaspadRightParametersvalue: NumberscharacterAmount: numbersign: string = '0'Returns string
Adds a padding on the right of a string, if value is a integer or bigInt will be converted to a hex string.
padRight