Skip to content

Commit

Permalink
Update packages/request-node/src/request/confirmedTransactionStore.ts
Browse files Browse the repository at this point in the history
Co-authored-by: MantisClone <david.huntmateo@request.network>
  • Loading branch information
benjlevesque and MantisClone committed Dec 12, 2023
1 parent b204d2a commit cfbf5b1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { DataAccessTypes, StorageTypes } from '@requestnetwork/types';
import { SubgraphClient } from '@requestnetwork/thegraph-data-access';

/**
* Class for storing confirmed transactions information
* When 'confirmed' event is received from a 'persistTransaction', the event data are stored.
* The client can call the getConfirmed entry point, to get the confirmed event.
* Class for storing confirmed transaction information
* When 'confirmed' event is received from a 'persistTransaction', the event data is
* stored and indexed by the storage subgraph. The client can call the
* getConfirmedTransaction endpoint, to get the confirmed event.
*/
export default class ConfirmedTransactionStore {
/**
Expand Down

0 comments on commit cfbf5b1

Please sign in to comment.