# CryptoCertificateListPage

`import { CryptoCertificateListPage } from "destack:crypto/binding";`

Certificate list page.

```ds title="CryptoCertificateListPage"
export struct CryptoCertificateListPage {
    entries: CryptoCertificateListEntry[];
    nextCursor: string;
}
```

[language/library/src/crypto/binding/store.ds:150:155](https://github.com/destack-sh/destack/blob/main/language/library/src/crypto/binding/store.ds#L150-L155)

## Members

### `entries: CryptoCertificateListEntry[]`

Page entries.

### `nextCursor: string`

Continuation cursor.
