Constructor
new Signature(signature)
Creates a signature from bytes or a hex string.
Parameters:
Name | Type | Description |
---|---|---|
signature |
Uint8Array | string | Input string or byte array. |
- Source:
Methods
(static) zero() → {Signature}
Creates a zeroed signature.
- Source:
Returns:
Zeroed signature.
- Type
- Signature