Secp256k1Signature

Constructors

Link copied to clipboard
constructor(hexInput: HexInput)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toBcs(): ByteArray
Link copied to clipboard
open override fun toByteArray(): ByteArray

Get the raw signature bytes

Link copied to clipboard
open override fun toString(): String

Get the signature as a hex string with a 0x prefix e.g. 0x123456...