VaultType
The type of the vault.
A single type can be used at a time. Can not be updated once set. None: The vault is not initialized Fundraise: The vault is initialized for a fundraise Whitelist: The vault is initialized for a whitelist
enum VaultType {
None,
Fundraise,
Whitelist
}