πSystem Flow
{
"tipTx": {
"gasLimit": 100000,
"from": "0xUserAddress",
"to": "0xPreconferAddress",
"prePay": 1000000000000000000,
"afterPay": 2000000000000000000,
"nonce": 1
},
"prefConditions": {
"inclusionMetaData": {
"startingBlockNumber": 1000
},
"blockNumber": 1001
},
"preconfTx": {
"to": "0xContractAddress",
"value": 0,
"callData": "0x1234567890",
"ethTransfer": false
},
"initSignature": "0xUserSignature",
"preconferSignature": "0xPreconferSignature",
"proposerSignature": "0xProposerSignature"
}Last updated
