Options
All
  • Public
  • Public/Protected
  • All
Menu

This error indicates that the contract you are attempting to decode could not be found in the project info. This error will be thrown if you attempt to spawn a contract decoder or contract instance decoder for a contract not appearing in the project info.

Hierarchy

  • Error
    • ContractNotFoundError

Index

Constructors

  • new ContractNotFoundError(contractName: string, bytecode: string, deployedBytecode: string, address: string): ContractNotFoundError

Properties

address: string
bytecode: string
contractName: string
deployedBytecode: string

Generated using TypeDoc