# CryptoKeyListPage

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

Key list page.

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

[language/library/src/crypto/binding/store.ds:130:135](https://github.com/destack-sh/destack/blob/main/language/library/src/crypto/binding/store.ds#L130-L135)

## Members

### `entries: CryptoKeyListEntry[]`

Page entries.

### `nextCursor: string`

Continuation cursor.
