Closed emizzle closed 3 weeks ago
Fixes items(JsonNode) symbol not found when calling JsonRpcProvider.new from a consumer. Exporting serde from subscriptions and then exporting subscriptions from jsonrpc allowed the symbols to be resolved in the consumer.
items(JsonNode)
JsonRpcProvider.new
serde
subscriptions
jsonrpc
Replaces all instances of std/json with pkg/serde
std/json
pkg/serde
Fixes
items(JsonNode)
symbol not found when callingJsonRpcProvider.new
from a consumer. Exportingserde
fromsubscriptions
and then exportingsubscriptions
fromjsonrpc
allowed the symbols to be resolved in the consumer.Replaces all instances of
std/json
withpkg/serde