@matterlabs/hardhat-zksync-verify
Version:
Hardhat plugin to verify smart contracts for the ZKsync network
15 lines • 559 B
TypeScript
import { VerificationStatusResponse } from '../verification-status-response';
export declare class ZksyncEtherscanResponse implements VerificationStatusResponse {
readonly status: number;
readonly message: string;
constructor(response: any);
errorExists(): boolean;
getError(): string | undefined;
isPending(): boolean;
isFailure(): boolean;
isSuccess(): boolean;
isBytecodeMissingInNetworkError(): boolean;
isAlreadyVerified(): boolean;
isOk(): boolean;
}
//# sourceMappingURL=verification-status-response.d.ts.map