bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
Satoshi
Satoshi
common
data
class
Satoshi
(
val
sat
:
Long
)
:
Comparable
<
Satoshi
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Satoshi
Link copied to clipboard
common
fun
Satoshi
(
sat
:
Long
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
compare
To
Link copied to clipboard
common
open
operator override
fun
compareTo
(
other
:
Satoshi
)
:
Int
Content copied to clipboard
div
Link copied to clipboard
common
operator
fun
div
(
d
:
Int
)
:
Satoshi
Content copied to clipboard
operator
fun
div
(
d
:
Long
)
:
Satoshi
Content copied to clipboard
max
Link copied to clipboard
common
fun
max
(
other
:
Satoshi
)
:
Satoshi
Content copied to clipboard
min
Link copied to clipboard
common
fun
min
(
other
:
Satoshi
)
:
Satoshi
Content copied to clipboard
minus
Link copied to clipboard
common
operator
fun
minus
(
other
:
Satoshi
)
:
Satoshi
Content copied to clipboard
plus
Link copied to clipboard
common
operator
fun
plus
(
other
:
Satoshi
)
:
Satoshi
Content copied to clipboard
times
Link copied to clipboard
common
operator
fun
times
(
m
:
Double
)
:
Satoshi
Content copied to clipboard
operator
fun
times
(
m
:
Int
)
:
Satoshi
Content copied to clipboard
operator
fun
times
(
m
:
Long
)
:
Satoshi
Content copied to clipboard
to
Long
Link copied to clipboard
common
fun
toLong
(
)
:
Long
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
to
ULong
Link copied to clipboard
common
fun
toULong
(
)
:
ULong
Content copied to clipboard
unary
Minus
Link copied to clipboard
common
operator
fun
unaryMinus
(
)
:
Satoshi
Content copied to clipboard
Properties
sat
Link copied to clipboard
common
val
sat
:
Long
Content copied to clipboard