ProgramIdValueNode.md 573 B

ProgramIdValueNode

A node that represents the public key of the current program. That is, the address of the ProgramNode from which this node descends.

Attributes

Data

Attribute Type Description
kind "programIdValueNode" The node discriminator.

Children

This node has no children.

Functions

programIdValueNode()

Helper function that creates a ProgramIdValueNode object.

const node = programIdValueNode();