Skip to content

Documentation


Documentation / @u-net/react / useVerificationChecks

Function: useVerificationChecks()

useVerificationChecks(input?, options?): object

Defined in: index.tsx:60

Parameters

input?

ListVerificationChecksOptions = {}

options?

UnetClientOptions

Returns

object

catalog

catalog: VerificationCheckCatalogResponse | undefined

error

error: Error | undefined

hasNextPage

hasNextPage: boolean

isLoading

isLoading: boolean

load

load: (cursor?) => Promise<VerificationCheckCatalogResponse>

Parameters

cursor?

string

Returns

Promise<VerificationCheckCatalogResponse>

loadMore

loadMore: () => Promise<VerificationCheckCatalogResponse> | Promise<undefined>

Returns

Promise<VerificationCheckCatalogResponse> | Promise<undefined>