UInt256

class UInt256 : Comparable<UInt256>

Constructors

Link copied to clipboard
fun UInt256(rhs: UInt256)
Link copied to clipboard
fun UInt256(value: Long)
Link copied to clipboard
fun UInt256(value: ByteArray)
Link copied to clipboard
fun UInt256()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun bits(): Int
Link copied to clipboard
open operator override fun compareTo(other: UInt256): Int
Link copied to clipboard
operator fun divAssign(other: UInt256)
Link copied to clipboard
fun encodeCompact(fNegative: Boolean): Long
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getLow64(): Long
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun inc(): UInt256
Link copied to clipboard
fun inv(): UInt256
Link copied to clipboard
operator fun minusAssign(other: UInt256)
Link copied to clipboard
operator fun plusAssign(other: UInt256)
Link copied to clipboard
fun setUInt64(value: Long)
Link copied to clipboard
infix fun shl(bitCount: Int): UInt256
Link copied to clipboard
infix fun shr(bitCount: Int): UInt256
Link copied to clipboard
operator fun timesAssign(other: UInt256)
Link copied to clipboard
fun toDouble(): Double
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
operator fun unaryMinus(): UInt256