Type alias Signature

Signature: {
    r: Bytes;
    s: Bytes;
    yParity: Bytes;
}

Type declaration

  • r: Bytes

    EC signature parameter 32 bytes long sequence.

  • s: Bytes

    EC signature parameter Signature proof. 32 bytes long sequence

  • yParity: Bytes

    Recovery identifier. It can be either 0x1b or 0x1c 1 byte long sequence