Companion

object Companion

Types

Link copied to clipboard

Bloom filter update flags Must be consistent with same named fields in C++ code in bloom.h:bloomflags

Properties

Link copied to clipboard
val MAX_BLOOM_SIZE: Int = 36000

Network-defined bloom filter maximum size TODO: associate this value with the blockchain

Functions

Link copied to clipboard
fun verifyMessage(message: ByteArray, addr: PayAddress, sig: ByteArray): Boolean

verify a signed message

fun verifyMessage(message: ByteArray, addr: PayAddress, sigS: String): Boolean
fun verifyMessage(message: String, addr: PayAddress, sigS: String): Boolean

verify signed message helper function