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
/
StoredCredentialUpdate
/
StoredCredentialUpdate
Stored
Credential
Update
constructor
(
deploymentStatus
:
CredentialDeploymentStatus
?
=
null
,
deploymentError
:
String
?
=
null
,
contractId
:
String
?
=
null
,
lastUsedAt
:
Long
?
=
null
,
nickname
:
String
?
=
null
,
isPrimary
:
Boolean
?
=
null
,
transports
:
List
<
String
>
?
=
null
,
deviceType
:
String
?
=
null
,
backedUp
:
Boolean
?
=
null
)