update interface

This commit is contained in:
Ricardo Guilherme Schmidt 2020-01-19 04:24:27 -02:00
parent 94bacbb5b4
commit 18cc0b1977
No known key found for this signature in database
GPG Key ID: 1FD1630B93893608

View File

@ -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