Updated on 2026-08-14
This commit is contained in:
parent
6de53d32c1
commit
0365d4cafc
13 changed files with 762 additions and 91 deletions
|
|
@ -7,6 +7,7 @@ import kotlinx.collections.immutable.PersistentList
|
|||
|
||||
data class ExpressTransactionsBlockState(
|
||||
val transactions: PersistentList<ExpressTransactionStateUM>,
|
||||
val transactionsToDisplay: PersistentList<ExpressTransactionStateUM>,
|
||||
val bottomSheetSlot: BottomSheetSlot?,
|
||||
val dialogSlot: DialogSlot?,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue