StatusFilter overview
Added in v0.0.1
Table of contents
interceptor
Status
Signature
export declare const Status: (
fn: (status: number) => boolean
) => (chain: Chain) => Promise<Either<StatusError | HttpError | InterceptorError, Response>>
Added in v0.0.1
StatusOK
Signature
export declare const StatusOK: (chain: Chain) => Promise<Either<StatusError | HttpError | InterceptorError, Response>>
Added in v0.0.1