# Packages

No description provided by the author

# Functions

Contains check if a slice contains a string.
MarshallTime marshall unix time to byte array.
MarshallTime2 time to byte array.
StrToTime supports converting unix and iso8601 format to a time.
StrToUnixTimeInt unmarshall a unix time in string to unix time in big int.
UnmarshallIntToTime unmarshall a unix time to time.
UnmarshallTime unmarshall a time in byte array to time.
UnmarshallTimeToInt unmarshall a time in byte array to unix.

# Constants

AddressZero some transactions do not have To address, use this address instead.
DefaultBlockTTL In hour.
DefaultCleanInterval In minute.
DefaultDbPath default database path, a folder then prefix.
DefaultHTTPPort default http port.
DefaultIpc the default ipc path.
DefaultNumBatch default number of init batch.
DefaultOOSThreshold in second.
DefaultWatcherInterval in minute.
NumMaxTransaction if number of transaction is more than this, just return +10000 to the client.