signTypedData
Signs EIP-712 typed data. EVM and Kaia only.
info
This is a navigation page. Payload details live on each network page — pick your network below.
Common request shape
await dcent.sign({
method: 'signTypedData',
chainId: '',
payload: { keyPath: '', /* network-specific */ }
}) // → body.parameter = { signature }