import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class Blocks extends ClientSDK { /** * List blocks * * @remarks * This endpoint returns blocks, the total blocks, and the max * block index. The max block index is used to keep track of the * location in the dataset for pagination purposes. * * ### How is data retrieved for this endpoint? * * Values from the endpoint are retrieved by scraping the blocks from the * ledger canister (and associated archive canisters). */ listBlocksApiV1LedgersLedgerCanisterIdBlocksGet(request: operations.ListBlocksApiV1LedgersLedgerCanisterIdBlocksGetRequest, options?: RequestOptions): Promise; /** * Get block * * @remarks * ### How is data retrieved for this endpoint? * * Values from the endpoint are retrieved by scraping the blocks from the * ledger canister (and associated archive canisters). */ getTansactionApiV1LedgersLedgerCanisterIdBlocksBlockHashGet(request: operations.GetTansactionApiV1LedgersLedgerCanisterIdBlocksBlockHashGetRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=blocks.d.ts.map