Show / Hide Table of Contents

Class CreatedNode

Represents a node that was created in a transaction.

Inheritance
object
NodeBase
CreatedNode
Implements
ICreatedNode
Inherited Members
NodeBase.LedgerEntryType
NodeBase.LedgerIndex
Namespace: Xrpl.Models.Transactions
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
Type Description
BaseLedgerEntry

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 Description
bool
Type Parameters
Name Description
T

Implements

ICreatedNode
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX