# Functions
Filter returns the double spend filter singleton.
FilterAdd Adds transaction to the doubleSpendFilter if it is enabled.
FilterHasConflict checks if the outputs are conflicting if doubleSpendFilter is enabled.
FilterRemove Removes transaction id from the doubleSpendFilter if it is enabled.
GetAddress is the handler for the /ledgerstate/addresses/:address endpoint.
GetAddressUnspentOutputs is the handler for the /ledgerstate/addresses/:address/unspentOutputs endpoint.
GetConflict is the handler for the /ledgerstate/conflict/:conflictID endpoint.
GetConflictChildren is the handler for the /ledgerstate/conflict/:conflictID/childConflicts endpoint.
GetConflictConflicts is the handler for the /ledgerstate/conflict/:conflictID/conflicts endpoint.
GetConflictSequenceIDs is the handler for the /ledgerstate/conflict/:conflictID endpoint.
GetConflictVoters is the handler for the /ledgerstate/conflicts/:conflictID/voters endpoint.
GetOutput is the handler for the /ledgerstate/outputs/:outputID endpoint.
GetOutputConsumers is the handler for the /ledgerstate/outputs/:outputID/consumers endpoint.
GetOutputMetadata is the handler for the /ledgerstate/outputs/:outputID/metadata endpoint.
GetTransaction is the handler for the /ledgerstate/transactions/:transactionID endpoint.
GetTransactionAttachments is the handler for the ledgerstate/transactions/:transactionID/attachments endpoint.
GetTransactionMetadata is the handler for the ledgerstate/transactions/:transactionID/metadata endpoint.
NewDoubleSpendFilter creates a new doubleSpendFilter worker.
PostAddressUnspentOutputs is the handler for the /ledgerstate/addresses/unspentOutputs endpoint.
PostTransaction sends a transaction.
# Constants
PluginName is the name of the web API plugin.
PluginName is the name of the web API plugin.
# Variables
ErrNotAllowedToPledgeManaToNode defines an unsupported node to pledge mana to.
Plugin holds the singleton instance of the plugin.
# Structs
DoubleSpendFilter keeps a log of recently submitted transactions and their consumed outputs.