|
|
2 tháng trước cách đây | |
|---|---|---|
| .. | ||
| docs | 159c18856d Fix CI (#330) | 11 tháng trước cách đây |
| src | 5071455b05 Feat: mark more fields as optional (#512) | 8 tháng trước cách đây |
| test | a3225b0e68 Absorb all special characters when converting string cases (#367) | 10 tháng trước cách đây |
| .gitignore | 092b55b7f3 Design an empty monorepo setup (#1) | 1 năm trước cách đây |
| .prettierignore | bb2289e537 Make prettier ignore CHANGELOG.md files | 1 năm trước cách đây |
| CHANGELOG.md | d2372b0766 [1.x] Publish packages (#789) | 2 tháng trước cách đây |
| LICENSE | 1794ecdd3f Update license dates (#835) | 2 tháng trước cách đây |
| README.md | 159c18856d Fix CI (#330) | 11 tháng trước cách đây |
| package.json | d2372b0766 [1.x] Publish packages (#789) | 2 tháng trước cách đây |
| tsconfig.declarations.json | 092b55b7f3 Design an empty monorepo setup (#1) | 1 năm trước cách đây |
| tsconfig.json | e9d56c993f Rename Kinobi to Codama (#234) | 1 năm trước cách đây |
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.
pnpm install @codama/nodes
[!NOTE] This package is included in the main
codamapackage. Meaning, you already have access to its content if you are installing Codama this way.pnpm install codama
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.
AccountNodeDefinedTypeNodeErrorNodeInstructionAccountNodeInstructionArgumentNodeInstructionByteDeltaNodeInstructionNodeInstructionRemainingAccountsNodePdaNodeProgramNodeRootNodeContextualValueNode (abstract)
CountNode (abstract)
DiscriminatorNode (abstract)
LinkNode (abstract)
PdaSeedNode (abstract)
TypeNode (abstract)
AmountTypeNodeArrayTypeNodeBooleanTypeNodeBytesTypeNodeDateTimeTypeNodeEnumEmptyVariantTypeNodeEnumStructVariantTypeNodeEnumTupleVariantTypeNodeEnumTypeNodeEnumVariantTypeNode (abstract)FixedSizeTypeNodeHiddenPrefixTypeNodeHiddenSuffixTypeNodeMapTypeNodeNestedTypeNode (helper)NumberTypeNodeOptionTypeNodePostOffsetTypeNodePreOffsetTypeNodePublicKeyTypeNodeRemainderOptionTypeNodeSentinelTypeNodeSetTypeNodeSizePrefixTypeNodeSolAmountTypeNodeStringTypeNodeStructFieldTypeNodeStructTypeNodeTupleTypeNodeZeroableOptionTypeNodValueNode (abstract)