@kinobi-so/nodes
TypeScript icon, indicating that this package has built-in type declarations

0.22.0 • Public • Published

Kinobi ➤ Nodes

npm npm-downloads

This package defines the various nodes that make up the Kinobi 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 @kinobi-so/node-types package.

Installation

pnpm install @kinobi-so/nodes

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

pnpm install kinobi

All available nodes

The Kinobi 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.

Package Sidebar

Install

npm i @kinobi-so/nodes

Weekly Downloads

249

Version

0.22.0

License

MIT

Unpacked Size

708 kB

Total Files

215

Last publish

Collaborators

  • lorisleiva