ProgramIdValueNodeA node that represents the public key of the current program. That is, the address of the ProgramNode from which this node descends.
| Attribute | Type | Description |
|---|---|---|
kind |
"programIdValueNode" |
The node discriminator. |
This node has no children.
programIdValueNode()Helper function that creates a ProgramIdValueNode object.
const node = programIdValueNode();