The schema is of type object
.
Was this page helpful?
{
"message": "<string>",
"isFormatted": true,
"roomId": "<string>",
"context": {
"transaction": {
"to": "<string>",
"chain": "<string>",
"data": "<string>",
"gas": "<string>",
"gasPrice": "<string>",
"maxFeePerGas": "<string>",
"maxPriorityFeePerGas": "<string>",
"nonce": 123,
"value": "<string>"
},
"userOperation": {
"authorization": "<string>",
"callData": "<string>",
"callGasLimit": "<string>",
"factory": "<string>",
"factoryData": "<string>",
"maxFeePerGas": "<string>",
"maxPriorityFeePerGas": "<string>",
"nonce": "<string>",
"paymaster": "<string>",
"paymasterData": "<string>",
"paymasterPostOpGasLimit": "<string>",
"paymasterVerificationGasLimit": "<string>",
"preVerificationGas": "<string>",
"sender": "<string>",
"signature": "<string>",
"verificationGasLimit": "<string>"
}
}
}