bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
ScriptTree
/
Branch
Branch
common
data
class
Branch
<
T
>
(
val
left
:
ScriptTree
<
T
>
,
val
right
:
ScriptTree
<
T
>
)
:
ScriptTree
<
T
>
Content copied to clipboard
Constructors
Properties
Constructors
Branch
Link copied to clipboard
common
fun
<
T
>
Branch
(
left
:
ScriptTree
<
T
>
,
right
:
ScriptTree
<
T
>
)
Content copied to clipboard
Properties
left
Link copied to clipboard
common
val
left
:
ScriptTree
<
T
>
Content copied to clipboard
right
Link copied to clipboard
common
val
right
:
ScriptTree
<
T
>
Content copied to clipboard