AccountLinkNode.md 843 B

AccountLinkNode

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

Attributes

Data

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

Children

This node has no children.

Functions

accountLinkNode(name)

Helper function that creates a AccountLinkNode object from the name of the AccountNode we are referring to.

const node = accountLinkNode('myAccount');