TransactionInputData

@Serializable
data class TransactionInputData(val amount: Long, val input: Input)

Constructors

Link copied to clipboard
constructor(amount: Long, input: Input)

Properties

Link copied to clipboard
Link copied to clipboard