Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m1n999999 committed Nov 26, 2024
1 parent cab955b commit 829b973
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/lbe-v2/lbe-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ This documentation provides guidelines for communicating with and interacting wi

[LBE Specification](./LBE%20Specification.pdf)

Worker is a class that executes off-chain actions when an event ends.

### Transaction Builder Function

- **LBEV2 Class**: Located in `src/lbe-v2/lbe-v2.ts`.
- **User and project owner action Example**: Located in `example/example.ts`.
- **LBEV2Worker Class**: Located in `src/lbe-v2-worker/worker.ts`.
- **LBEV2Worker Class**: is a class that executes off-chain actions when an event ends. Located in `src/lbe-v2-worker/worker.ts`.
- **LBEV2Worker Example**: Located in `examples/lbe-v2-worker-example.ts`.

## Example Usage
Expand Down

0 comments on commit 829b973

Please sign in to comment.