NetworkRecord

data class NetworkRecord(val source: SourceTransferPeerPathResponse? = null, val destination: DestinationTransferPeerPathResponse? = null, val txHash: String? = null, val networkFee: String? = null, val assetId: String? = null, val netAmount: String? = null, val isDropped: Boolean? = null, val type: String? = null, val destinationAddress: String? = null, val sourceAddress: String? = null, val amountUSD: String? = null, val index: Int? = null, val rewardInfo: RewardInfo? = null)

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

In case a single transaction resulted with multiple transfers, for example a result of a contract call, then this parameter specifies each transfer that took place on the blockchain.

Parameters

txHash
networkFee
assetId
netAmount

The net amount of the transaction, after fee deduction

isDropped
type
destinationAddress
sourceAddress
amountUSD
index
rewardInfo

Constructors

Link copied to clipboard
constructor(source: SourceTransferPeerPathResponse? = null, destination: DestinationTransferPeerPathResponse? = null, txHash: String? = null, networkFee: String? = null, assetId: String? = null, netAmount: String? = null, isDropped: Boolean? = null, type: String? = null, destinationAddress: String? = null, sourceAddress: String? = null, amountUSD: String? = null, index: Int? = null, rewardInfo: RewardInfo? = null)

Properties

Link copied to clipboard
val amountUSD: String? = null
Link copied to clipboard
val assetId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Int? = null
Link copied to clipboard
val isDropped: Boolean? = null
Link copied to clipboard
val netAmount: String? = null
Link copied to clipboard
val networkFee: String? = null
Link copied to clipboard
val rewardInfo: RewardInfo? = null
Link copied to clipboard
Link copied to clipboard
val sourceAddress: String? = null
Link copied to clipboard
val txHash: String? = null
Link copied to clipboard
val type: String? = null