ISafeTx
Author: Ultrasound Labs
Interface that exposes the SafeTx struct used across the project for meta-transactions.
Structs
SafeTx
struct SafeTx {
address to;
uint256 value;
bytes data;
uint8 operation;
uint256 safeTxGas;
uint256 baseGas;
uint256 gasPrice;
address gasToken;
address refundReceiver;
uint256 nonce;
}