toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
model
/
com.example.model.block
/
Anchor
Anchor
data
class
Anchor
(
val
number
:
Long
,
val
hash
:
String
,
val
owner
:
String
)
Members
Constructors
Anchor
Link copied to clipboard
constructor
(
number
:
Long
,
hash
:
String
,
owner
:
String
)
Properties
hash
Link copied to clipboard
val
hash
:
String
number
Link copied to clipboard
val
number
:
Long
owner
Link copied to clipboard
val
owner
:
String