Bitshala-Incubator / silent-pay-indexer

An indexer for serving bitcoin silent payment indexes!!
MIT License
5 stars 6 forks source link

Implement IndexTransactionHandler #3

Closed theanmolsharma closed 5 months ago

theanmolsharma commented 5 months ago

The goal of this issue is to complete

    async execute(command: IndexTransactionCommand) {
        throw new Error(`Method not implemented. Command: ${command}`);
    }

in src/handlers/commands/index-transaction.handler.ts.

execute() should do the following: