TransactionInfo

data class TransactionInfo(val transactionId: String = "", val ledger: Ledger = org.hyperledger.identus.protos.Ledger.fromValue(0), val block: BlockInfo? = null, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message

Constructors

Link copied to clipboard
constructor(transactionId: String = "", ledger: Ledger = org.hyperledger.identus.protos.Ledger.fromValue(0), block: BlockInfo? = null, unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<TransactionInfo>

Properties

Link copied to clipboard
val block: BlockInfo? = null
Link copied to clipboard
open override val descriptor: MessageDescriptor<TransactionInfo>
Link copied to clipboard
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun plus(other: Message?): TransactionInfo