Request parameters for listChains operation in ChainsApi.

ListChainsRequest

interface ListChainsRequestParams {
    pageCursor?: string;
    pageSize?: number;
}

Properties

pageCursor?: string

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

ListChains

pageSize?: number

Maximum number of items to return

ListChains