Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EIP712TypedData

This represents a single field in a V1 signTypedData message.

property

name - The name of the field.

property

type - The type of a field (must be a supported Solidity type).

property

value - The value of the field.

Hierarchy

  • EIP712TypedData

Index

Properties

Properties

name

name: string

type

type: string

value

value: any