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