github-actions[bot] 36df852972 [1.x] Publish packages (#916) пре 2 дана
..
docs 159c18856d Fix CI (#330) пре 11 месеци
src 5c3fb46cf5 Add programId to PdaValueNode (#915) пре 2 дана
test a3225b0e68 Absorb all special characters when converting string cases (#367) пре 10 месеци
.gitignore 092b55b7f3 Design an empty monorepo setup (#1) пре 1 година
.prettierignore 760dda5775 Inline scripts in packages (#842) пре 2 месеци
CHANGELOG.md 36df852972 [1.x] Publish packages (#916) пре 2 дана
LICENSE 1794ecdd3f Update license dates (#835) пре 2 месеци
README.md 159c18856d Fix CI (#330) пре 11 месеци
package.json 36df852972 [1.x] Publish packages (#916) пре 2 дана
tsconfig.declarations.json 092b55b7f3 Design an empty monorepo setup (#1) пре 1 година
tsconfig.json 760dda5775 Inline scripts in packages (#842) пре 2 месеци
tsup.config.ts 760dda5775 Inline scripts in packages (#842) пре 2 месеци
vitest.config.mts 760dda5775 Inline scripts in packages (#842) пре 2 месеци

README.md

Codama ➤ Nodes

npm npm-downloads

This package defines the various nodes that make up the Codama IDL. It provides types and helper functions to work with these nodes. If you are looking for a type-only version of these nodes, you can find them in the @codama/node-types package.

Installation

pnpm install @codama/nodes

[!NOTE] This package is included in the main codama package. Meaning, you already have access to its content if you are installing Codama this way.

pnpm install codama

All available nodes

The Codama IDL is composed of various nodes that describe different aspects of a Solana program. Some nodes are categorised together as they share a similar purpose. For instance, all the nodes that describe a data structure that can be encoded and decoded into buffers are grouped under the TypeNode category.

Below are all of the available nodes and their documentation. Also note that you can refer to any node using the Node helper type.