TransactionInput

@Serializable
data class TransactionInput(val type: String)

Response for a transaction input.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

type

The type.

Constructors

Link copied to clipboard
constructor(type: String)

Properties

Link copied to clipboard