Skip to content

Signature Errors

Signature.InvalidRError

Thrown when the signature has an invalid r value.

Source: src/Signature.ts

Signature.InvalidSerializedSizeError

Thrown when the serialized signature is of an invalid size.

Source: src/Signature.ts

Signature.InvalidSError

Thrown when the signature has an invalid s value.

Source: src/Signature.ts

Signature.InvalidVError

Thrown when the signature has an invalid v value.

Source: src/Signature.ts

Signature.InvalidYParityError

Thrown when the signature has an invalid yParity value.

Source: src/Signature.ts

Signature.MissingPropertiesError

Thrown when the signature is missing either an r, s, or yParity property.

Source: src/Signature.ts