Class CreatedNode
Represents a node that was created in a transaction.
Inheritance
object
CreatedNode
Assembly: Xrpl.dll
Syntax
[JsonConverter(typeof(CreatedNodeConverter))]
public class CreatedNode : NodeBase, ICreatedNode
Properties
|
Edit this page
View Source
NewFields
Gets or sets the new fields created.
Declaration
[JsonPropertyName("NewFields")]
public BaseLedgerEntry? NewFields { get; set; }
Property Value
Methods
|
Edit this page
View Source
TryGetNew<T>(out T?)
Declaration
public bool TryGetNew<T>(out T? value) where T : BaseLedgerEntry
Parameters
| Type |
Name |
Description |
| T |
value |
|
Returns
Type Parameters
Implements