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