TransactionDescriptor

class TransactionDescriptor(transactionType: String = "", passwordProtected: Boolean = false)

This class represents a transaction descriptor.

Parameters

transactionType
passwordProtected

Constructors

Link copied to clipboard
fun TransactionDescriptor(transactionType: String = "", passwordProtected: Boolean = false)

Functions

Link copied to clipboard

Retrieve transaction type.

Link copied to clipboard

Inform if the transaction type is password protected or not.