Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 573 Bytes

ProgramIdValueNode.md

File metadata and controls

25 lines (15 loc) · 573 Bytes

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();