KeyData

data class KeyData(val data: String? = null, var error: FireblocksError? = null)

KeyData

Constructors

Link copied to clipboard
constructor(data: String? = null, error: FireblocksError? = null)

Properties

Link copied to clipboard
val data: String? = null

the key material as hex string

Link copied to clipboard

error if available

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int