Skip to main content
Version: Next

sdk.ogmioschainsyncclient

Home > @blaze-cardano/sdk > OgmiosChainSyncClient

OgmiosChainSyncClient type

Signature:

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