Class CardanoClientLibConfig
java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.config.CardanoClientLibConfig
@Configuration("blockchain_publisher.cardano_client_lib")
public class CardanoClientLibConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.bloxbean.cardano.client.account.AccountownerAccount(org.cardanofoundation.lob.app.blockchain_common.domain.CardanoNetwork cardanoNetwork, String lobOwnerMnemonics)
-
Constructor Details
-
CardanoClientLibConfig
public CardanoClientLibConfig()
-
-
Method Details
-
ownerAccount
@Bean @Qualifier("lob_owner_account") public com.bloxbean.cardano.client.account.Account ownerAccount(org.cardanofoundation.lob.app.blockchain_common.domain.CardanoNetwork cardanoNetwork, @Value("${lob_owner_account_mnemonic:test test test test test test test test test test test test test test test test test test test test test test test sauce}") String lobOwnerMnemonics)
-