menu
CryptoKeyListPage
import { CryptoKeyListPage } from "destack:crypto/binding";
Key list page.
1export struct CryptoKeyListPage {2 entries: CryptoKeyListEntry[];3 nextCursor: string;4}Members
entries: CryptoKeyListEntry[]Page entries.
nextCursor: stringContinuation cursor.