Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LoadMigrate

Index

Other

Internal processor

Internal boilerplate

Other

Artifact

Artifact: { networks?: {} }

Type declaration

  • Optional networks?: {}
    • [networkId: string]: { db?: { contractInstance: IdObject<"contractInstances">; network: IdObject<"networks"> } }
      • Optional db?: { contractInstance: IdObject<"contractInstances">; network: IdObject<"networks"> }

process

  • process(options: { artifacts: (ContractObject & { db: { callBytecode: IdObject<"bytecodes">; contract: IdObject<"contracts">; createBytecode: IdObject<"bytecodes"> }; networks?: {} })[]; network: { networkId: string } }): Process<{ artifacts: Artifact[] }>
  • Parameters

    • options: { artifacts: (ContractObject & { db: { callBytecode: IdObject<"bytecodes">; contract: IdObject<"contracts">; createBytecode: IdObject<"bytecodes"> }; networks?: {} })[]; network: { networkId: string } }
      • artifacts: (ContractObject & { db: { callBytecode: IdObject<"bytecodes">; contract: IdObject<"contracts">; createBytecode: IdObject<"bytecodes"> }; networks?: {} })[]
      • network: { networkId: string }
        • networkId: string

    Returns Process<{ artifacts: Artifact[] }>

Generated using TypeDoc