Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

The message to sign using EIP-712.

Properties

PropertyTypeDescription
domainEIP712Domain-
typesEIP712Types-
primaryTypestringThe primary type of the message. This is the name of the struct in the types object that is the root of the message.
messageEIP712MessageThe message to sign. The structure of this message must match the primaryType struct in the types object.