Key Creation Event
class KeyCreationEvent(val error: FireblocksError? = null, val keyDescriptor: KeyDescriptor? = null) : Event
This event is sent during key creation process
Parameters
error
FireblocksError is available if the event finished with an error