MultipazProject
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
MultipazProject
multipaz-cbor-rpc
/
org.multipaz.graphhash
/
Composite
Composite
class
Composite
(
val
edges
:
List
<
Edge
>
,
val
extra
:
ByteString
?
=
null
)
:
Node
Directed graph node that has edges pointing to other nodes.
Members
Constructors
Composite
Link copied to clipboard
constructor
(
edges
:
List
<
Edge
>
,
extra
:
ByteString
?
=
null
)
Properties
edges
Link copied to clipboard
val
edges
:
List
<
Edge
>
extra
Link copied to clipboard
val
extra
:
ByteString
?
=
null