DepositPermit
Structure of a deposit permit
Deprecated, to be removed. The caller is now always the payer. With tightened constraints permit is not necessary
struct DepositPermit {
address depositor;
address caller;
uint256 amount;
string poolName;
}