bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
ScriptTree
Script
Tree
common
sealed
class
ScriptTree
<
T
>
Content copied to clipboard
Simple binary tree structure
Types
Inheritors
Types
Branch
Link copied to clipboard
common
data
class
Branch
<
T
>
(
val
left
:
ScriptTree
<
T
>
,
val
right
:
ScriptTree
<
T
>
)
:
ScriptTree
<
T
>
Content copied to clipboard
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Leaf
Link copied to clipboard
common
data
class
Leaf
<
T
>
(
val
value
:
T
)
:
ScriptTree
<
T
>
Content copied to clipboard
Inheritors
Leaf
Link copied to clipboard
Branch
Link copied to clipboard