mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-03 02:24:33 +00:00
update interface
This commit is contained in:
parent
94bacbb5b4
commit
18cc0b1977
@ -35,7 +35,7 @@ Standardizing a common format for them, as well as a way in which the user allow
|
||||
Executes `_execData` with current `lastNonce()` and pays `msg.sender` the gas used in specified `_gasToken`.
|
||||
|
||||
```solidity
|
||||
function executeGasRelay(bytes calldata _execData, uint256 _gasPrice, uint256 _gasLimit, address _gasToken, bytes calldata _signature) external;
|
||||
function executeGasRelay(bytes calldata _execData, uint256 _gasPrice, uint256 _gasLimit, address _gasToken, address _gasRelayer, bytes calldata _signature) external;
|
||||
```
|
||||
|
||||
### executeGasRelayMsg
|
||||
|
Loading…
x
Reference in New Issue
Block a user