CreateTransactionResponse

data class CreateTransactionResponse(val id: String? = null, val status: Status? = null, val systemMessages: SystemMessageInfo? = null)

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

Parameters

id

The ID of the transaction.

status

Status The primary status of the transaction. For details, see Primary transaction statuses. (https://developers.fireblocks.com/reference/primary-transaction-statuses)

systemMessages

Constructors

Link copied to clipboard
constructor(id: String? = null, status: Status? = null, systemMessages: SystemMessageInfo? = null)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val status: Status? = null
Link copied to clipboard