TypedDataField: {
    name: string;
    type: string;
}

A specific field of a structured EIP-712 type.

Type declaration

  • name: string

    The field name.

  • type: string

    The type of the field.