Updated on 2026-08-14
This commit is contained in:
parent
52cc0be3cb
commit
ba4e916cd0
17 changed files with 98 additions and 13 deletions
|
|
@ -246,5 +246,10 @@
|
|||
"info": "P2PEthPool",
|
||||
"source": "https://docs.p2p.org/",
|
||||
"name": "pooledUnstake"
|
||||
},
|
||||
"0xaa03b617": {
|
||||
"info": "GaslessTransactions",
|
||||
"source": "https://github.com/tangem-developments/tangem-gasless-service",
|
||||
"name": "gaslessTransaction"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -107,6 +107,9 @@ data class TxInfo(
|
|||
@Serializable
|
||||
data class Operation(val name: String) : TransactionType
|
||||
|
||||
@Serializable
|
||||
data object GaslessFee : TransactionType
|
||||
|
||||
@Serializable
|
||||
sealed interface YieldSupply : TransactionType {
|
||||
|
||||
|
|
|
|||
|
|
@ -63,4 +63,6 @@ interface GaslessTransactionRepository {
|
|||
fun getBaseGasForTransaction(): BigInteger
|
||||
|
||||
fun getChainIdForNetwork(network: Network): Int
|
||||
|
||||
suspend fun getGaslessFeeAddresses(): Set<String>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue