# Functions

TypeString retrieves an enum value from the enum constants string name.
TypeValues returns all values of the enum.

# Constants

Address stored in Ethereum storage.
Bool stored in Ethereum storage.
Bytes stored in Ethereum storage.
Int stored in Ethereum storage.
IPFS hash stored in Ethereum storage, data stored in IPFS.
PrivateData is encrypted data stored in IPFS, only IPFS hash and hash of encryption key is stored in Ethereum storage.
String stored in Ethereum storage.
TxData is equal to Bytes data type but uses transaction data to store the data.
Uint stored in Ethereum storage.

# Type aliases

Type is an enumeration for data type.