Network Record
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
source
destination
tx Hash
network Fee
asset Id
net Amount
The net amount of the transaction, after fee deduction
is Dropped
type
destination Address
source Address
amount USD
index
reward Info
see 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)