DestinationTransferPeerPath

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

id
name
walletId
oneTimeAddress

Constructors

Link copied to clipboard
constructor(type: TransferPeerPathType, subType: TransferPeerPathSubType? = null, id: String? = null, name: String? = null, walletId: String? = null, oneTimeAddress: OneTimeAddress? = null)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val walletId: String? = null