mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-03 02:24:33 +00:00
codespell
This commit is contained in:
parent
a88d6dbd6c
commit
9535cf4231
@ -83,7 +83,7 @@ In order to be compliant, the transaction **MUST** request to sign a "messageHas
|
||||
|
||||
The fields **MUST** be constructed as this method:
|
||||
|
||||
The first and second fields are to make it [EIP-191] compliant. Starting a transaction with `byte(0x19)` ensure the signed data from being a [valid ethereum transaction](https://github.com/ethereum/wiki/wiki/RLP). The second argument is a version control byte. The third being the validator address (the account contract address) accoring to version 0 of [EIP-191]. The remaining arguments being the application specific data for the gas relay: chainID as per [EIP-1344], execution nonce, execution data, agreed gas Price, gas limit of gas relayed call, gas token to pay back and gas relayer authorized to receive reward.
|
||||
The first and second fields are to make it [EIP-191] compliant. Starting a transaction with `byte(0x19)` ensure the signed data from being a [valid ethereum transaction](https://github.com/ethereum/wiki/wiki/RLP). The second argument is a version control byte. The third being the validator address (the account contract address) according to version 0 of [EIP-191]. The remaining arguments being the application specific data for the gas relay: chainID as per [EIP-1344], execution nonce, execution data, agreed gas Price, gas limit of gas relayed call, gas token to pay back and gas relayer authorized to receive reward.
|
||||
|
||||
The [EIP-191] message must be constructed as following:
|
||||
```solidity
|
||||
|
Loading…
x
Reference in New Issue
Block a user