|
|
1 年之前 | |
|---|---|---|
| .. | ||
| docs | 2f26050ddb Add `RemainderOptionTypeNode` (#111) | 1 年之前 |
| src | 2f26050ddb Add `RemainderOptionTypeNode` (#111) | 1 年之前 |
| test | 2f26050ddb Add `RemainderOptionTypeNode` (#111) | 1 年之前 |
| .eslintrc.cjs | 9cf49e380e Add nodes package (#3) | 1 年之前 |
| .gitignore | 092b55b7f3 Design an empty monorepo setup (#1) | 1 年之前 |
| .prettierignore | bb2289e537 Make prettier ignore CHANGELOG.md files | 1 年之前 |
| CHANGELOG.md | 05e7fe0668 [0.21] Publish packages (#205) | 1 年之前 |
| LICENSE | 092b55b7f3 Design an empty monorepo setup (#1) | 1 年之前 |
| README.md | 2f26050ddb Add `RemainderOptionTypeNode` (#111) | 1 年之前 |
| package.json | 05e7fe0668 [0.21] Publish packages (#205) | 1 年之前 |
| tsconfig.declarations.json | 092b55b7f3 Design an empty monorepo setup (#1) | 1 年之前 |
| tsconfig.json | 092b55b7f3 Design an empty monorepo setup (#1) | 1 年之前 |
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.
pnpm install @kinobi-so/nodes
[!NOTE] This package is included in the main
kinobipackage. Meaning, you already have access to its content if you are installing Kinobi this way.pnpm install kinobi
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.
AccountNodeDefinedTypeNodeErrorNodeInstructionAccountNodeInstructionArgumentNodeInstructionByteDeltaNodeInstructionNodeInstructionRemainingAccountsNodePdaNodeProgramNodeRootNodeContextualValueNode (abstract)
CountNode (abstract)
DiscriminatorNode (abstract)
LinkNode (abstract)
PdaSeedNode (abstract)
TypeNode (abstract)
AmountTypeNodeArrayTypeNodeBooleanTypeNodeBytesTypeNodeDateTimeTypeNodeEnumEmptyVariantTypeNodeEnumStructVariantTypeNodeEnumTupleVariantTypeNodeEnumTypeNodeEnumVariantTypeNode (abstract)FixedSizeTypeNodeHiddenPrefixTypeNodeHiddenSuffixTypeNodeMapTypeNodeNestedTypeNode (helper)NumberTypeNodeOptionTypeNodePostOffsetTypeNodePreOffsetTypeNodePublicKeyTypeNodeRemainderOptionTypeNodeSentinelTypeNodeSetTypeNodeSizePrefixTypeNodeSolAmountTypeNodeStringTypeNodeStructFieldTypeNodeStructTypeNodeTupleTypeNodeZeroableOptionTypeNodValueNode (abstract)