UNPKG

@matterlabs/hardhat-zksync-verify

Version:
9 lines (8 loc) 211 B
export interface VerificationStatusResponse { isPending(): boolean; isFailure(): boolean; isSuccess(): boolean; getError(): string | undefined; errorExists(): boolean; isOk(): boolean; }