Package indexers implements optional block chain indexes.
These indexes are typically used to enhance the amount of information available via an RPC interface.
- Creates a mapping from the hash of each transaction to the block that contains it along with its offset and length within the serialized block
- Creates a mapping from every address to all transactions which either credit or debit the address - Requires the transaction-by-hash index
$ go get -u github.com/p9c/p9/blockchain/indexers
Package indexers is licensed under the copyfree ISCLicense.