Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/api/types/index.ts>PaginationOptions

Package publishing for deno.land/x/polkadot
Go to Latest
interface PaginationOptions
Re-export
import { type PaginationOptions } from "https://deno.land/x/polkadot@0.2.39/api/types/index.ts";

Type Parameters

optional
A = unknown

Properties

args: A[]
pageSize: number
optional
startKey: string