Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContractAddress

This is the 'shape' of the object in ./bin/deployed-contracts.json. This allows typescript to easily identify the object loaded and allows us to use autocompletion and static typeschecking in VSCode or other editors. https://www.typescriptlang.org/docs/handbook/interfaces.html

Hierarchy

  • IContractAddress

Index

Properties

Properties

address

address: string

name

name: string

Generated using TypeDoc