Killari

@xHso_0ENSqWWLKt_lOqVuA

Joined on Jan 20, 2020

  • Currently there is no way for a application to request to send or simulate an EIP-4844 transaction. The only way to send a such transaction is to do do eth_sendRawTransaction: { "method": "eth_sendRawTransaction", "params": [signedEIP4844txWithType] } where signedEIP4844txWithType is: TransactionType || TransactionPayload where TransactionPayload is:
     Like  Bookmark
  • 1) Simple state override and multisend with ETH { "jsonrpc": "2.0", "id": 1, "method": "eth_multicallV1", "params": [ { "blockStateCalls": [ { "stateOverrides": {
     Like  Bookmark