docsgen
This commit is contained in:
parent
3bebdb3882
commit
db91d22a8a
@ -72,6 +72,7 @@
|
||||
* [MpoolPending](#MpoolPending)
|
||||
* [MpoolPush](#MpoolPush)
|
||||
* [MpoolPushMessage](#MpoolPushMessage)
|
||||
* [MpoolPushUntrusted](#MpoolPushUntrusted)
|
||||
* [MpoolSelect](#MpoolSelect)
|
||||
* [MpoolSetConfig](#MpoolSetConfig)
|
||||
* [MpoolSub](#MpoolSub)
|
||||
@ -1779,6 +1780,43 @@ Response:
|
||||
}
|
||||
```
|
||||
|
||||
### MpoolPushUntrusted
|
||||
MpoolPushUntrusted pushes a signed message to mempool from untrusted sources.
|
||||
|
||||
|
||||
Perms: write
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
{
|
||||
"Message": {
|
||||
"Version": 42,
|
||||
"To": "t01234",
|
||||
"From": "t01234",
|
||||
"Nonce": 42,
|
||||
"Value": "0",
|
||||
"GasLimit": 9,
|
||||
"GasFeeCap": "0",
|
||||
"GasPremium": "0",
|
||||
"Method": 1,
|
||||
"Params": "Ynl0ZSBhcnJheQ=="
|
||||
},
|
||||
"Signature": {
|
||||
"Type": 2,
|
||||
"Data": "Ynl0ZSBhcnJheQ=="
|
||||
}
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Response:
|
||||
```json
|
||||
{
|
||||
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
||||
}
|
||||
```
|
||||
|
||||
### MpoolSelect
|
||||
MpoolSelect returns a list of pending messages for inclusion in the next block
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user