Updated on 2026-08-14
This commit is contained in:
parent
3ad192c433
commit
93349d80f4
18 changed files with 247 additions and 42 deletions
|
|
@ -148,6 +148,10 @@ class TransactionManagerImpl(
|
|||
}
|
||||
}
|
||||
|
||||
override fun getBlockchainId(networkId: String): String {
|
||||
return requireNotNull(Blockchain.fromNetworkId(networkId)) { "blockchain not found" }.id
|
||||
}
|
||||
|
||||
private fun handleSendResult(result: SimpleResult): SendTxResult {
|
||||
when (result) {
|
||||
is SimpleResult.Success -> return SendTxResult.Success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue