Skip to main content

Secp256k1Signature

open class Secp256k1Signature : Disposable, AutoCloseable, Secp256k1SignatureInterface

A secp256k1 signature.

BCS

The BCS serialized form for this type is defined by the following ABNF:

secp256k1-signature = 64OCTET

Functions

NameSummary
close@Synchronized
open override fun close()
destroyopen override fun destroy()
equalsopen operator override fun equals(other: Any?): Boolean
hashCodeopen override fun hashCode(): Int
toBytesopen override fun toBytes(): ByteArray

Companion object functions

NameSummary
fromBytesfun fromBytes(bytes: ByteArray): Secp256k1Signature
fromStrfun fromStr(s: String): Secp256k1Signature
randomfun random(): Secp256k1Signature