Signature webhook
Key Requirements
Request:
{
intentId: "0000-0000-0000-0000",
// launch information
launch: {
type: 'public_transaction' | 'private_transaction' | 'block',
blockNumber: "20584608",
launchTxHash: "0x7f4d3b29b184096659b499ee9cc15355c5edc70f3ea76fb14975ea1f505d42b8",
},
tx: {
// EIP 1559 transaction
to: "0x80a64c6d7f12c47b7c66c5b4e20e72bc1fcd5d9e",
// refer to the provided ABI to decode this
data: "0x791ac9470000000000000000000000000000000000000000000000004563918244f3ffff00000000000000000000000000000000000000000000000006dd07c72e01291200000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b6a14f0d6d49776ca63304f00f4eb2772f705e5a000000000000000000000000000000000000000000000000000000006622c82300000000000000000000000000000000000000000000000000000000000000020000000000000000000000004880c2032a6279773b1ac48205c09e94f03a3154000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
value: "0x0",
chainId: "0x1",
gas: "0x4b97b",
nonce: "0x2cb",
maxFeePerGas: "0x35323bec5",
maxPriorityFeePerGas: "0xb2d05e00",
},
rawTx: "0x....", // raw serialized version of tx
// sign this hash!
hash: "0x01a08a72149d0ebb6b4630bafdc2f42c15dbebf95d9bd63c9b51a0f4bf58d814",
}Response
Last updated
Was this helpful?