You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/core/src/main/kotlin/com/flipcash/app/core/onramp/deeplinks/WalletDeeplinkConnectionResult.kt
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ import android.os.Parcelable
4
4
importcom.flipcash.app.core.AppRoute
5
5
importcom.getcode.ed25519.Ed25519
6
6
importcom.getcode.opencode.model.core.ID
7
+
importcom.getcode.opencode.model.financial.Token
7
8
importcom.getcode.opencode.utils.base64
8
9
importcom.getcode.solana.keys.PublicKey
10
+
importcom.getcode.solana.keys.base58
9
11
importcom.getcode.utils.base58
10
12
importcom.getcode.utils.decodeBase58
11
13
importcom.getcode.utils.decodeBase64
@@ -34,7 +36,7 @@ sealed class OnRampDeeplinkOrigin: Parcelable {
34
36
data objectMenu : OnRampDeeplinkOrigin()
35
37
36
38
@Parcelize
37
-
data objectGive: OnRampDeeplinkOrigin()
39
+
data classGive(valtokenAddress:PublicKey?) : OnRampDeeplinkOrigin()
38
40
39
41
@Parcelize
40
42
data objectWallet: OnRampDeeplinkOrigin()
@@ -50,7 +52,7 @@ sealed class OnRampDeeplinkOrigin: Parcelable {
Copy file name to clipboardExpand all lines: apps/flipcash/core/src/main/res/values/strings.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@
55
55
<stringname="error_description_linkExpired">The cash was automatically returned to the sender because it wasn\'t collected within 7 days. Please ask them to send the cash again</string>
56
56
57
57
<stringname="subtitle_balanceIsHeldInUsdStablecoins">Your balance is held in US dollar stablecoins</string>
58
+
<stringname="subtitle_currentValueOfAllCurrencies">The current value of your currencies</string>
58
59
<stringname="subtitle_ofUsdStablecoins">of US dollar stablecoins</string>
59
60
<stringname="subtitle_balanceEmptyState">Ask a friend to give you some cash with Flipcash, or deposit USDC from your crypto exchange or another crypto wallet</string>
0 commit comments