Skip to main content

query.ogmioschainsyncclient

Home > @blaze-cardano/query > OgmiosChainSyncClient

OgmiosChainSyncClient type

Signature:

export type OgmiosChainSyncClient = {
findIntersection(points?: Schema.PointOrOrigin[]): Promise<Schema.IntersectionFound["result"]>;
nextBlock(): Promise<Schema.NextBlockResponse["result"]>;
};