object
Protocol
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
PROTOCOL_VERSION: Int
-
final
def
asInstanceOf[T0]: T0
-
def
bytes(input: InputStream, size: Int): ByteVector
-
def
bytes(input: InputStream, size: Long): ByteVector
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hash(input: InputStream): ByteVector32
-
def
hashCode(): Int
-
implicit
val
inventoryVectorOutSer: InventoryVector.type
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readCollection[T](input: InputStream, reader: (InputStream, Long) ⇒ T, protocolVersion: Long): Seq[T]
-
def
readCollection[T](input: InputStream, reader: (InputStream, Long) ⇒ T, maxElement: Option[Int], protocolVersion: Long): Seq[T]
-
def
readCollection[T](input: InputStream, protocolVersion: Long)(implicit ser: BtcSerializer[T]): Seq[T]
-
def
readCollection[T](input: InputStream, maxElement: Option[Int], protocolVersion: Long)(implicit ser: BtcSerializer[T]): Seq[T]
-
def
script(input: InputStream): ByteVector
-
implicit
val
scriptWitnessSer: ScriptWitness.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
val
txInSer: TxIn.type
-
implicit
val
txOutSer: TxOut.type
-
implicit
val
txSer: Transaction.type
-
def
uint16(input: Array[Byte], order: ByteOrder): Int
-
def
uint16(input: InputStream, order: ByteOrder = ByteOrder.LITTLE_ENDIAN): Int
-
def
uint32(input: Array[Byte], order: ByteOrder): Long
-
def
uint32(input: InputStream, order: ByteOrder = ByteOrder.LITTLE_ENDIAN): Long
-
def
uint64(input: Array[Byte], order: ByteOrder): Long
-
def
uint64(input: InputStream, order: ByteOrder = ByteOrder.LITTLE_ENDIAN): Long
-
def
uint8(input: InputStream): Int
-
def
varint(input: InputStream): Long
-
def
varint(blob: Array[Byte]): Long
-
def
varstring(input: InputStream): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
writeBytes(input: Array[Byte], out: OutputStream): Unit
-
def
writeCollection[T](seq: Seq[T], writer: (T, OutputStream, Long) ⇒ Unit, out: OutputStream, protocolVersion: Long): Unit
-
def
writeCollection[T](seq: Seq[T], out: OutputStream, protocolVersion: Long)(implicit ser: BtcSerializer[T]): Unit
-
def
writeScript(input: Array[Byte], out: OutputStream): Unit
-
def
writeUInt16(input: Int, order: ByteOrder): ByteVector
-
def
writeUInt16(input: Int, out: OutputStream, order: ByteOrder = ByteOrder.LITTLE_ENDIAN): Unit
-
def
writeUInt32(input: Long): ByteVector
-
def
writeUInt32(input: Long, order: ByteOrder): ByteVector
-
def
writeUInt32(input: Long, out: OutputStream, order: ByteOrder = ByteOrder.LITTLE_ENDIAN): Unit
-
def
writeUInt64(input: Long, order: ByteOrder): ByteVector
-
def
writeUInt64(input: Long, out: OutputStream, order: ByteOrder = ByteOrder.LITTLE_ENDIAN): Unit
-
def
writeUInt8(input: Int, out: OutputStream): Unit
-
def
writeVarint(input: Long, out: OutputStream): Unit
-
def
writeVarint(input: Int, out: OutputStream): Unit
-
def
writeVarstring(input: String, out: OutputStream): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any