Type alias TypedDataV1Field

TypedDataV1Field: {
    name: string;
    type: string;
    value: any;
}

This represents a single field in a V1 signTypedData message.

Type declaration

  • name: string
  • type: string
  • value: any