PdaLinkNode.md 771 B

PdaLinkNode

This node represents a reference to an existing PdaNode in the Kinobi IDL.

Attributes

Data

Attribute Type Description
kind "pdaLinkNode" The node discriminator.
name CamelCaseString The name of the PdaNode we are referring to.

Children

This node has no children.

Functions

pdaLinkNode(name)

Helper function that creates a PdaLinkNode object from the name of the PdaNode we are referring to.

const node = pdaLinkNode('myPda');