bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
bdk-android
bdk-android
/
org.bitcoindevkit
/
Satisfaction
/
PartialComplete
Partial
Complete
data
class
PartialComplete
(
val
n
:
ULong
,
val
m
:
ULong
,
val
items
:
List
<
ULong
>
,
val
sorted
:
Boolean
?
,
val
conditions
:
Map
<
List
<
UInt
>
,
List
<
Condition
>
>
)
:
Satisfaction
Members
Constructors
Partial
Complete
Link copied to clipboard
constructor
(
n
:
ULong
,
m
:
ULong
,
items
:
List
<
ULong
>
,
sorted
:
Boolean
?
,
conditions
:
Map
<
List
<
UInt
>
,
List
<
Condition
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
conditions
Link copied to clipboard
val
conditions
:
Map
<
List
<
UInt
>
,
List
<
Condition
>
>
items
Link copied to clipboard
val
items
:
List
<
ULong
>
m
Link copied to clipboard
val
m
:
ULong
n
Link copied to clipboard
val
n
:
ULong
sorted
Link copied to clipboard
val
sorted
:
Boolean
?