toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.protos
/
BlockInfo
Block
Info
data
class
BlockInfo
(
val
number
:
Int
=
0
,
val
index
:
Int
=
0
,
val
timestamp
:
Timestamp
?
=
null
,
val
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
:
Message
Members
Members & Extensions
Constructors
Block
Info
Link copied to clipboard
constructor
(
number
:
Int
=
0
,
index
:
Int
=
0
,
timestamp
:
Timestamp
?
=
null
,
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
:
Message.Companion
<
BlockInfo
>
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MessageDescriptor
<
BlockInfo
>
index
Link copied to clipboard
val
index
:
Int
=
0
number
Link copied to clipboard
val
number
:
Int
=
0
proto
Size
Link copied to clipboard
open
override
val
protoSize
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Timestamp
?
=
null
unknown
Fields
Link copied to clipboard
open
override
val
unknownFields
:
Map
<
Int
,
UnknownField
>
Functions
or
Default
Link copied to clipboard
fun
BlockInfo
?
.
orDefault
(
)
:
BlockInfo
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
Message
?
)
:
BlockInfo