Attributes

interface Attributes

A set of attributes either in the transaction data itself or in one of the compound objects that it contains.

Transaction can come in either JSON or CBOR format depending on the presentment protocol. This helps writing code generically, so it works with either format.

Inheritors

Functions

Link copied to clipboard
abstract fun getBlob(name: String): ByteString?
Link copied to clipboard
abstract fun getBoolean(name: String): Boolean?
Link copied to clipboard
Link copied to clipboard
abstract fun getDouble(name: String): Double?
Link copied to clipboard
abstract fun getLong(name: String): Long?
Link copied to clipboard
abstract fun getString(name: String): String?