- Preparing search index...
- The search index is not available
Stacks.js
Constructors
constructor
- new Signature(r, s): Signature
-
Properties
Readonly
r
r: bigint
Readonly
s
s: bigint
Methods
assertValidity
- assertValidity(): void
-
Returns void
hasHighS
- hasHighS(): boolean
-
Returns boolean
normalizeS
- normalizeS(): Signature
-
toCompactHex
- toCompactHex(): string
-
Returns string
toCompactRawBytes
- toCompactRawBytes(): Uint8Array
-
Returns Uint8Array
toDERHex
- toDERHex(): string
-
Returns string
toDERRawBytes
- toDERRawBytes(): Uint8Array
-
Returns Uint8Array
toHex
- toHex(): string
-
Returns string
toRawBytes
- toRawBytes(): Uint8Array
-
Returns Uint8Array
Static
fromCompact
- fromCompact(hex): Signature
-
Static
fromDER
- fromDER(hex): Signature
-
Static
fromHex
- fromHex(hex): Signature
-