isFastSyncEnabled

abstract fun isFastSyncEnabled(): Single<Boolean>

Returns Single that emits information about Fast Sync enabled/disabled state.

Return

Single that emits information about Fast Sync enabled/disabled state

Since

1.3.0-alpha01

See also