View Source: contracts/modules/TransferManager/GTM/GeneralTransferManagerStorage.sol
↘ Derived Contracts: GeneralTransferManager, GeneralTransferManagerProxy
GeneralTransferManagerStorage
Enums
enum TransferType {GENERAL,ISSUANCE,REDEMPTION}
struct Defaults {uint64 canSendAfter,uint64 canReceiveAfter}
struct TransferRequirements {bool fromValidKYC,bool toValidKYC,bool fromRestricted,bool toRestricted}
Constants & Variables
//public membersbytes32 public constant WHITELIST;bytes32 public constant INVESTORSKEY;bytes32 public constant INVESTORFLAGS;address public issuanceAddress;struct GeneralTransferManagerStorage.Defaults public defaults;mapping(address => mapping(uint256 => bool)) public nonceMap;mapping(uint8 => struct GeneralTransferManagerStorage.TransferRequirements) public transferRequirements;//internal membersuint256 internal constant ONE;