Contract used to store layout for the ManualApprovalTransferManager storage (ManualApprovalTransferM
Structs
ManualApproval
struct ManualApproval {
address from,
address to,
uint256 initialAllowance,
uint256 allowance,
uint256 expiryTime,
bytes32 description
}Contract Members
mapping(address => mapping(address => uint256)) public approvalIndex;
struct ManualApprovalTransferManagerStorage.ManualApproval[] public approvals;Functions
PreviousInterface that every module contract should implement (IModule.sol)NextElliptic curve signature operations (ECDSA.sol)
Last updated
Was this helpful?