Type alias OgmiosObservableCardanoNodeProps

OgmiosObservableCardanoNodeProps: InteractionContextProps & {
    healthCheckTimeout?: Milliseconds;
    localStateQueryRetryConfig?: LocalStateQueryRetryConfig;
    submitTxQueryRetryConfig?: SubmitTxRetryConfig;
}

Generated using TypeDoc