package
3.5.0
Repository: https://github.com/algorand/indexer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

CreateIndexerPidFile creates the pid file at the specified location.
DecodeSignedTxn converts a SignedTxnInBlock from a block to SignedTxn and its associated ApplyData.
Diff returns a diff of both values as long as both are of the same type and are a struct, map, slice, array or string.
EncodeSignedTxn converts a SignedTxn and ApplyData into a SignedTxnInBlock for that block.
EnsureInitialImport imports the genesis block if needed.
FileExists checks to see if the specified file (or directory) exists.
GetConfigFromDataDir Given the data directory, configuration filename and a list of types, see if a configuration file that matches was located there.
IsDir returns true if the specified directory is valid.
JSONOneLine converts an object into JSON.
KeysStringBool returns all of the keys in the map joined by a comma.
MaybeFail exits if there was an error.
PrintableUTF8OrEmpty checks to see if the entire string is a UTF8 printable string.
ReadGenesis converts a reader into a Genesis file.