Type alias Artifact<C>

Artifact<C>: ContractObject & C["artifact"] & {
    db: {
        callBytecode: Resources.IdObject<"bytecodes">;
        contract: Resources.IdObject<"contracts">;
        createBytecode: Resources.IdObject<"bytecodes">;
    };
    networks?: {
        [networkId: string]: ArtifactNetwork<C>;
    };
}

Type Parameters

Type declaration

Generated using TypeDoc