UNPKG

@matterlabs/hardhat-zksync-verify

Version:
14 lines 533 B
import { VerificationStatusResponse } from '../verification-status-response'; export declare class ZksyncBlockExplorerResponse implements VerificationStatusResponse { readonly status: string; readonly error: string | undefined; readonly compilationErrors: string[] | undefined; constructor(response: any); errorExists(): boolean; getError(): string; isPending(): boolean; isFailure(): boolean; isOk(): boolean; isSuccess(): boolean; } //# sourceMappingURL=verification-status-response.d.ts.map