Type alias OgmiosObservableCardanoNodeProps

OgmiosObservableCardanoNodeProps: Omit<InteractionContextProps, "interactionType"> & {
    healthCheckTimeout?: Milliseconds;
    localStateQueryRetryConfig?: LocalStateQueryRetryConfig;
}

Generated using TypeDoc