PdaLinkNodeThis node represents a reference to an existing PdaNode in the Kinobi IDL.
| Attribute | Type | Description |
|---|---|---|
kind |
"pdaLinkNode" |
The node discriminator. |
name |
CamelCaseString |
The name of the PdaNode we are referring to. |
This node has no children.
pdaLinkNode(name)Helper function that creates a PdaLinkNode object from the name of the PdaNode we are referring to.
const node = pdaLinkNode('myPda');