Skip to content

Commit

Permalink
remove EncodedData type
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Nov 14, 2023
1 parent c53afe9 commit e0c5f96
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions contracts/OjoTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,4 @@ library OjoTypes {
// Quote asset of asset pair
uint256 quoteResolveTime;
}

struct EncodedData {
// Assets that you would like to encode & relay
bytes32[] assetNames;
// Address for the contract to call later
address contractAddress;
// Command selector
bytes4 commandSelector;
// Params to send back to the execute contract
bytes commandParams;
// Block timestamp
uint256 timestamp;
}
}

0 comments on commit e0c5f96

Please sign in to comment.