CryptoCertificateListPage import { CryptoCertificateListPage } from "destack:crypto/binding"; Certificate list page. export struct CryptoCertificateListPage { entries: CryptoCertificateListEntry[]; nextCursor: string; } language/library/src/crypto/binding/store.ds:150:155 Members entries: CryptoCertificateListEntry[] Page entries. nextCursor: string Continuation cursor.