java.lang.Object
org.cardanofoundation.lob.app.blockchain_reader.config.YaciStoreConfig

@Configuration public class YaciStoreConfig extends Object
  • Constructor Details

    • YaciStoreConfig

      public YaciStoreConfig()
  • Method Details

    • yaciBackendService

      @Bean @Qualifier("yaci_blockfrost") @ConditionalOnProperty(name="lob.blockchain_reader.enabled", havingValue="true") public com.bloxbean.cardano.client.backend.api.BackendService yaciBackendService()
    • coreBackendService

      @Bean @Qualifier("yaci_blockfrost") @ConditionalOnProperty(name="lob.blockchain_reader.enabled", havingValue="false") public com.bloxbean.cardano.client.backend.api.BackendService coreBackendService(@Qualifier("original_blockfrost") com.bloxbean.cardano.client.backend.api.BackendService blockfrostBackend)