UNPKG

@matterlabs/hardhat-zksync-verify

Version:
9 lines 269 B
export interface VerificationStatusResponse { isPending(): boolean; isFailure(): boolean; isSuccess(): boolean; getError(): string | undefined; errorExists(): boolean; isOk(): boolean; } //# sourceMappingURL=verification-status-response.d.ts.map