# Functions

Get returns the Auditor instance for the passed auditor wallet.
New returns the Auditor instance for the passed auditor wallet.
NewManager creates a new Auditor manager.

# Constants

Confirmed is the status of a transaction that has been confirmed by the ledger.
Deleted is the status of a transaction that has been deleted due to a failure to commit.
Pending is the status of a transaction that has been submitted to the ledger.

# Structs

Auditor is the interface for the auditor service.
Entry
No description provided by the author
Manager handles the databases.
QueryExecutor defines the interface for the query executor.
No description provided by the author

# Interfaces

No description provided by the author
Transaction models a generic token transaction.

# Type aliases

TxStatus is the status of a transaction.