I trying to understand the stacks and citycoins codebase. I am trying to find the cvToJSON function so that I can read the underlying code that is imported by this script.
https://github.com/citycoins/scripts/blob/main/utils.js
import {
callReadOnlyFunction,
cvToJSON,
cvToValue,
standardPrincipalCV,
uintCV,
} from "@stacks/transactions";
Where is @stacks/network? Or can you explain this code to me? @stacks/network does not seem to be part of this github repo. (this may not be the right stackexchange either..)