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
/
BackupResult
Backup
Result
common
@
Serializable
data
class
BackupResult
(
val
bundleId
:
String
,
val
seq
:
Int
,
val
wrapperCount
:
Int
)
Result of creating or updating a backup.
Members
Constructors
Backup
Result
Link copied to clipboard
common
constructor
(
bundleId
:
String
,
seq
:
Int
,
wrapperCount
:
Int
)
Properties
bundle
Id
Link copied to clipboard
common
val
bundleId
:
String
seq
Link copied to clipboard
common
val
seq
:
Int
wrapper
Count
Link copied to clipboard
common
val
wrapperCount
:
Int