AbstractSignature

Opaque authentication data produced for an on-chain abstraction function.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
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...