encodeParameter
Callable
Parameters
abi: AbiInput
The type of the parameter. See the Solidity documentation for a list of types.
param: unknown
The actual parameter to encode.
Returns string
- The ABI encoded parameter
The type of the parameter. See the Solidity documentation for a list of types.
The actual parameter to encode.
Encodes a parameter based on its type to its ABI representation.