Destination Transfer Peer Path
data class DestinationTransferPeerPath(val type: TransferPeerPathType, val subType: TransferPeerPathSubType? = null, val id: String? = null, val name: String? = null, val walletId: String? = null, val oneTimeAddress: OneTimeAddress? = null)
Created by Fireblocks Ltd. on 07/10/2024.
The destination of the transaction.
Parameters
Constructors
Link copied to clipboard
constructor(type: TransferPeerPathType, subType: TransferPeerPathSubType? = null, id: String? = null, name: String? = null, walletId: String? = null, oneTimeAddress: OneTimeAddress? = null)