blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.storage.backup
/
WrapperInfo
Wrapper
Info
common
@
Serializable
data
class
WrapperInfo
(
val
wrapId
:
String
,
val
type
:
String
,
val
credentialId
:
String
?
=
null
,
val
expiresAt
:
Long
?
=
null
)
Information about a single wrapper in a backup.
Members
Constructors
Wrapper
Info
Link copied to clipboard
common
constructor
(
wrapId
:
String
,
type
:
String
,
credentialId
:
String
?
=
null
,
expiresAt
:
Long
?
=
null
)
Properties
credential
Id
Link copied to clipboard
common
val
credentialId
:
String
?
expires
At
Link copied to clipboard
common
val
expiresAt
:
Long
?
type
Link copied to clipboard
common
val
type
:
String
wrap
Id
Link copied to clipboard
common
val
wrapId
:
String