codama-nodes-from-pina
v0.8.0
Published
Helpers for converting Pina IDLs into Codama RootNodes
Downloads
194
Readme
codama-nodes-from-pina
Utilities for consuming Pina-generated IDLs and turning them into Codama RootNodes.
Install
pnpm add codama-nodes-from-pina codamaUsage
import { rootNodeFromPina } from "codama-nodes-from-pina";
const root = rootNodeFromPina(idlJsonString);rootNodeFromPina applies the default visitor, which currently runs Codama's fixed-account-size normalization so account sizes are populated when they can be inferred.
If you need the raw parsed node, use rootNodeFromPinaWithoutDefaultVisitor.
