TypedDataOptions
The TypedDataOptions input type specifies the Typed Data options required to create a Typed Data message.
input TypedDataOptions {
overrideNonce: Int
chainID: ChainID!
}
Fields
overrideNonce (Int)
overrideNonce whether to override the nonce.
chainID (ChainID)
chainID the chain id of the network.