SourceTransferPeerPath

data class SourceTransferPeerPath(val subType: TransferPeerPathSubType? = null, val id: String? = null, val name: String? = null)

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

The source of the transaction.

Parameters

subType
id
name

Constructors

Link copied to clipboard
constructor(subType: TransferPeerPathSubType? = null, id: String? = null, name: String? = null)

Properties

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