mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 06:53:06 +00:00
* Update dagger-contracts * [proving] rename ProofTiming -> Proofs * Update nim-ethers to 0.1.4 * [proving] Subscribe to proof submissions * [proving] support proof submission through the Proving abstraction
14 lines
243 B
Nim
14 lines
243 B
Nim
import contracts/requests
|
|
import contracts/offers
|
|
import contracts/storage
|
|
import contracts/deployment
|
|
import contracts/market
|
|
import contracts/proofs
|
|
|
|
export requests
|
|
export offers
|
|
export storage
|
|
export deployment
|
|
export market
|
|
export proofs
|