Show / Hide Table of Contents

Interface IAffectedNode

Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IAffectedNode

Properties

| Edit this page View Source

CreatedNode

Gets or sets the created node information.

Declaration
CreatedNode CreatedNode { get; set; }
Property Value
Type Description
CreatedNode
| Edit this page View Source

DeletedNode

Gets or sets the deleted node information.

Declaration
DeletedNode DeletedNode { get; set; }
Property Value
Type Description
DeletedNode
| Edit this page View Source

ModifiedNode

Gets or sets the modified node information.

Declaration
ModifiedNode ModifiedNode { get; set; }
Property Value
Type Description
ModifiedNode
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX