SolidityParameters: Brand<string, "SolidityParameters">

A human-readable ABI of Solidity parameters.

  • address
  • array
  • bool
  • bytes
  • int
  • string or tuples of the above.

Example

'address'
'address[]'
'address, address, uint256'
'address from, address to, uint256 amount'
'(address from, address to, uint256 amount), uint256'