Package-level declarations
Types
Link copied to clipboard
data class DerivationParams(val coinType: Int, val account: Int, val change: Int = 0, val index: Int = 0)
Link copied to clipboard
interface FireblocksKeyStorage
Implement this in order to handle and manage your own raw keys on your key storage
Link copied to clipboard
Information about the generated MPC keys
Link copied to clipboard
Link copied to clipboard
KeyData
Link copied to clipboard
Link copied to clipboard
data class KeyRecovery(var keyId: String? = null, var algorithm: Algorithm? = null, var keyRecoveryStatus: KeyRecoveryStatus? = null)
Information about the recover MPC keys
Link copied to clipboard
Link copied to clipboard
data class KeyTakeover(var keyId: String? = null, var algorithm: Algorithm? = null, var keyTakeoverStatus: KeyTakeoverStatus? = null)
Information about the recover MPC keys
Link copied to clipboard
The status of the Key Takeover