LedgerData

data class LedgerData(val transactionId: String = "", val ledger: Ledger = org.hyperledger.identus.protos.Ledger.fromValue(0), val timestampInfo: TimestampInfo? = 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), timestampInfo: TimestampInfo? = null, unknownFields: Map<Int, UnknownField> = emptyMap())

Types

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

Properties

Link copied to clipboard
open override val descriptor: MessageDescriptor<LedgerData>
Link copied to clipboard
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
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?): LedgerData