toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.core.crypto
/
Secp256k1Signature
Secp256k1Signature
class
Secp256k1Signature
(
hexInput
:
HexInput
)
:
Signature
Members
Constructors
Secp256k1Signature
Link copied to clipboard
constructor
(
hexInput
:
HexInput
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Bcs
Link copied to clipboard
open
override
fun
toBcs
(
)
:
ByteArray
to
Byte
Array
Link copied to clipboard
open
override
fun
toByteArray
(
)
:
ByteArray
Get the raw signature bytes
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Get the signature as a hex string with a 0x prefix e.g. 0x123456...