Updated on 2026-08-14
This commit is contained in:
parent
b3bc56ca03
commit
52cc0be3cb
49 changed files with 1039 additions and 327 deletions
|
|
@ -186,6 +186,7 @@ sealed class CommonSendAnalyticEvents(
|
|||
|
||||
enum class CommonSendSource(val analyticsName: String) {
|
||||
Send("Send"),
|
||||
Swap("Swap"),
|
||||
SendWithSwap("Send&Swap"),
|
||||
WalletConnect("WalletConnect"),
|
||||
NFT("NFT"),
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ sealed class FeeSelectorParams {
|
|||
override val feeDisplaySource: FeeDisplaySource,
|
||||
override val analyticsCategoryName: String,
|
||||
override val analyticsSendSource: CommonSendAnalyticEvents.CommonSendSource,
|
||||
val bottomSheetShown: (Boolean) -> Unit = {},
|
||||
) : FeeSelectorParams()
|
||||
|
||||
data class FeeSelectorDetailsParams(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue