bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
UInt256
UInt256
common
class
UInt256
:
Comparable
<
UInt256
>
Content copied to clipboard
Types
Constructors
Functions
Constructors
UInt256
Link copied to clipboard
common
fun
UInt256
(
rhs
:
UInt256
)
Content copied to clipboard
UInt256
Link copied to clipboard
common
fun
UInt256
(
value
:
Long
)
Content copied to clipboard
UInt256
Link copied to clipboard
common
fun
UInt256
(
value
:
ByteArray
)
Content copied to clipboard
UInt256
Link copied to clipboard
common
fun
UInt256
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
bits
Link copied to clipboard
common
fun
bits
(
)
:
Int
Content copied to clipboard
compare
To
Link copied to clipboard
common
open
operator override
fun
compareTo
(
other
:
UInt256
)
:
Int
Content copied to clipboard
div
Assign
Link copied to clipboard
common
operator
fun
divAssign
(
other
:
UInt256
)
Content copied to clipboard
encode
Compact
Link copied to clipboard
common
fun
encodeCompact
(
fNegative
:
Boolean
)
:
Long
Content copied to clipboard
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
get
Low64
Link copied to clipboard
common
fun
getLow64
(
)
:
Long
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
inc
Link copied to clipboard
common
operator
fun
inc
(
)
:
UInt256
Content copied to clipboard
inv
Link copied to clipboard
common
fun
inv
(
)
:
UInt256
Content copied to clipboard
minus
Assign
Link copied to clipboard
common
operator
fun
minusAssign
(
other
:
UInt256
)
Content copied to clipboard
plus
Assign
Link copied to clipboard
common
operator
fun
plusAssign
(
other
:
UInt256
)
Content copied to clipboard
set
UInt64
Link copied to clipboard
common
fun
setUInt64
(
value
:
Long
)
Content copied to clipboard
shl
Link copied to clipboard
common
infix
fun
shl
(
bitCount
:
Int
)
:
UInt256
Content copied to clipboard
shr
Link copied to clipboard
common
infix
fun
shr
(
bitCount
:
Int
)
:
UInt256
Content copied to clipboard
times
Assign
Link copied to clipboard
common
operator
fun
timesAssign
(
other
:
UInt256
)
Content copied to clipboard
to
Double
Link copied to clipboard
common
fun
toDouble
(
)
:
Double
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
unary
Minus
Link copied to clipboard
common
operator
fun
unaryMinus
(
)
:
UInt256
Content copied to clipboard