# Functions
DataTypeSet returns comma separated string of allowed data types.
# Variables
ErrInvalidExchangeKeyLength returned when the length of the exchange key is not equal to 32 bytes.
ErrInvalidFactKeyLength error returned when fact key is not fit into 32 bytes.
# Type aliases
DataType is a flag that parses data type of fact.
ECDSAPrivateKeyFromFile is a flag that reads ecdsa.PrivateKey from file.
EthereumAddress is a flag that parses Ethereum address.
EthereumWei parses wei.
ExchangeIndex parses exchange index.
ExchangeKeyFromFile parses exchange key from file.
FactKey is a fact key type.
StringArray parses comma separated string.
TXHash is a flag that parses transaction hash.