Updated on 2026-08-14
This commit is contained in:
parent
06f50b0362
commit
ec8857a55e
1 changed files with 2 additions and 2 deletions
|
|
@ -164,12 +164,12 @@ sealed class AddressBookEvents(
|
|||
|
||||
// region Choose network
|
||||
class SelectAllNetworksTapped(
|
||||
walletId: UserWalletId,
|
||||
walletId: String,
|
||||
action: Action,
|
||||
) : AddressBookEvents(
|
||||
event = "Select All Networks Tapped",
|
||||
params = mapOf(
|
||||
WALLET_ID to walletId.stringValue,
|
||||
WALLET_ID to walletId,
|
||||
ACTION to action.value,
|
||||
),
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue