SystemMessageInfo

data class SystemMessageInfo(val type: SystemMessageInfo.Type? = null, val message: String? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Parameters

type
message

A response from Fireblocks that communicates a message about the health of the process being performed. If this object is returned with data, you should expect potential delays or incomplete transaction statuses.

Constructors

Link copied to clipboard
constructor(type: SystemMessageInfo.Type? = null, message: String? = null)

Types

Link copied to clipboard
enum Type : Enum<SystemMessageInfo.Type> , UnknownEnum

Values: WARN,BLOCK

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard