Signature Errors
Signature.InvalidRError
Thrown when the signature has an invalid r value.
Source: src/core/Signature.ts
Signature.InvalidSerializedSizeError
Thrown when the serialized signature is of an invalid size.
Source: src/core/Signature.ts
Signature.InvalidSError
Thrown when the signature has an invalid s value.
Source: src/core/Signature.ts
Signature.InvalidVError
Thrown when the signature has an invalid v value.
Source: src/core/Signature.ts
Signature.InvalidYParityError
Thrown when the signature has an invalid yParity value.
Source: src/core/Signature.ts
Signature.MissingPropertiesError
Thrown when the signature is missing either an r, s, or yParity property.
Source: src/core/Signature.ts

