Type alias PermitSignature

PermitSignature: {
    r: Hex;
    s: Hex;
    v: number;
}

Type declaration

  • r: Hex
  • s: Hex
  • v: number

Generated using TypeDoc