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 <[email protected]>
  • Loading branch information
benjlevesque and MantisClone authored Dec 12, 2023
1 parent 4bd08d4 commit f945e8d
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 f945e8d

Please sign in to comment.