chore: export subscriptions

This has a knock-on effect of nim-serde not being imported into subscriptions when JsonRpcProvider.new is called from a consumer that does not export nim-serde.
This commit is contained in:
Eric 2024-10-25 17:11:47 +11:00
parent 765379a662
commit 5f64bbc05b
No known key found for this signature in database

View File

@ -17,6 +17,7 @@ export basics
export provider
export chronicles
export errors.JsonRpcProviderError
export subscriptions
{.push raises: [].}