toggle menu
Fireblocks SDK Documentation
androidJvm
switch theme
search in API
Fireblocks SDK Documentation
/
com.fireblocks.sdk.keys
/
KeyBackup
Key
Backup
data
class
KeyBackup
(
var
keyId
:
String
?
=
null
,
var
keyBackupStatus
:
KeyBackupStatus
?
=
null
)
Information about the generated MPC keys
Members
Constructors
Key
Backup
Link copied to clipboard
constructor
(
keyId
:
String
?
=
null
,
keyBackupStatus
:
KeyBackupStatus
?
=
null
)
Properties
key
Backup
Status
Link copied to clipboard
var
keyBackupStatus
:
KeyBackupStatus
?
the status of this key's backup
key
Id
Link copied to clipboard
var
keyId
:
String
?
the keyId of the key.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String