TransactionRequestDestination

data class TransactionRequestDestination(val amount: String? = null, val destination: DestinationTransferPeerPath? = null)

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

Parameters

amount
destination

Constructors

Link copied to clipboard
constructor(amount: String? = null, destination: DestinationTransferPeerPath? = null)

Properties

Link copied to clipboard
val amount: String? = null
Link copied to clipboard