Skip to main content
Version: 5.24.3

Interface: TypedData

types.TypedData

The complete typed data, with all the structs, domain data, primary type of the message, and the message itself.

Properties​

types​

• types: Record<string, StarkNetType[]>

Defined in​

src/types/typedData.ts:33


primaryType​

• primaryType: string

Defined in​

src/types/typedData.ts:34


domain​

• domain: StarkNetDomain

Defined in​

src/types/typedData.ts:35


message​

• message: Record<string, unknown>

Defined in​

src/types/typedData.ts:36