stellar-sdk
Toggle table of contents
1.5.1
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.smartaccount.oz
/
WalletConnectionStorage
/
setItem
set
Item
abstract
suspend
fun
setItem
(
key
:
String
,
value
:
String
)
Stores a value for a key. Overwrites any existing value.
Parameters
key
The storage key
value
The value to store