A specific field of a structured [[link-eip-712]] type.

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

Properties

Properties

name: string

The field name.

type: string

The type of the field.