Updated on 2026-08-14
This commit is contained in:
parent
f916d7394b
commit
cf6ee347b8
14 changed files with 161 additions and 197 deletions
|
|
@ -64,6 +64,14 @@ internal object TransactionDomainModule {
|
|||
return CreateTransactionUseCase(transactionRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideCreateTransactionExtrasUseCase(
|
||||
transactionRepository: TransactionRepository,
|
||||
): CreateTransactionDataExtrasUseCase {
|
||||
return CreateTransactionDataExtrasUseCase(transactionRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideEstimateFeeUseCase(walletManagersFacade: WalletManagersFacade): EstimateFeeUseCase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue