CannedTransactionData

class CannedTransactionData(val transactionType: TransactionType, val attributes: CborMap)

Sample data for request using a particular transaction data type.

Parameters

transactionType

transaction data type

attributes

map of attribute names to sample attribute values

Constructors

Link copied to clipboard
constructor(transactionType: TransactionType, attributes: CborMap)

Properties

Link copied to clipboard
Link copied to clipboard