Interface IAffectedNode
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IAffectedNode
Properties
| Edit this page View SourceCreatedNode
Gets or sets the created node information.
Declaration
CreatedNode CreatedNode { get; set; }
Property Value
| Type | Description |
|---|---|
| CreatedNode |
DeletedNode
Gets or sets the deleted node information.
Declaration
DeletedNode DeletedNode { get; set; }
Property Value
| Type | Description |
|---|---|
| DeletedNode |
ModifiedNode
Gets or sets the modified node information.
Declaration
ModifiedNode ModifiedNode { get; set; }
Property Value
| Type | Description |
|---|---|
| ModifiedNode |