Type Alias
All of the possible types that a ContractParameterDefinition may have.
Can be either: Any, Boolean, Integer, Buffer, String, Hash160, Hash256, PublicKey, Signature,
`Array`, Map, InteropInterface, or Void. export type ContractParameterDefinitionType = ContractParameterDefinition['type'];