BlockInfo

data class BlockInfo(val blockHeight: String? = null, val blockHash: String? = null)

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

The block hash and height of the block that this transaction was mined in. Note: If an outgoing transaction uses the destinations object with more than one value in the array, blockHash is set to null.

Parameters

blockHeight
blockHash

Constructors

Link copied to clipboard
constructor(blockHeight: String? = null, blockHash: String? = null)

Properties

Link copied to clipboard
val blockHash: String? = null
Link copied to clipboard
val blockHeight: String? = null