TpSlSignedRequest
The final POST/DELETE body sent to the handler — typed data plus signature. Produced by signTpSlRequest; setQuoteTpSl and deleteQuoteTpSl send it.
Fields
typedData{ types; primaryType; domain; message }The EIP-712 typed data that was signed — types, primaryType, domain (from the signing
spec), and the padded message.
signaturestringThe EIP-712 signature over typedData.
signerAddressAddress that produced the signature (the session-key wallet).
Related
signTpSlRequest— produces this.TpSlSigningSpec— source of thetypedData.domain/types/primaryType.
Last updated on