The Contract type represents a smart contract.
Contract
interface Contract { address: string; type: ContractType; }
address: string
A contract address.
type: ContractType
A contract type.
Last updated 11 months ago