isSignatureBytes
A type guard that accepts a ReadonlyUint8Array
as input. It will both return true
if the ReadonlyUint8Array
conforms to
the SignatureBytes type and will refine the type for use in your program.
Parameters
Parameter | Type |
---|---|
putativeSignatureBytes | ReadonlyUint8Array |
Returns
putativeSignatureBytes is SignatureBytes