Type Alias MeeAuthorization

MeeAuthorization: {
    address: Hex;
    chainId: Hex;
    nonce: Hex;
    r: Hex;
    s: Hex;
    v: Hex;
    yParity: Hex;
}

Type declaration

  • address: Hex
  • chainId: Hex
  • nonce: Hex
  • r: Hex
  • s: Hex
  • v: Hex
  • yParity: Hex