encodeParameters
Callable
Parameters
abi: readonly AbiInput[]
An array of AbiInput. See Solidity's documentation for more details.
params: unknown[]
The actual parameters to encode.
Returns string
- The ABI encoded parameters
An array of AbiInput. See Solidity's documentation for more details.
The actual parameters to encode.
Encodes a parameter based on its type to its ABI representation.