Class AffectedNodeExtensions
Inheritance
object
AffectedNodeExtensions
Assembly: Xrpl.dll
Syntax
public static class AffectedNodeExtensions
Methods
|
Edit this page
View Source
GetCreatedNews<T>(IEnumerable<AffectedNode>)
Declaration
public static IEnumerable<T> GetCreatedNews<T>(this IEnumerable<AffectedNode> nodes) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
Declaration
public static IEnumerable<T> GetCreatedNews<T>(this ITransactionMetadata meta) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
GetDeletedFinals<T>(IEnumerable<AffectedNode>)
Declaration
public static IEnumerable<T> GetDeletedFinals<T>(this IEnumerable<AffectedNode> nodes) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
Declaration
public static IEnumerable<T> GetDeletedFinals<T>(this ITransactionMetadata meta) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
GetDeletedPrevious<T>(IEnumerable<AffectedNode>)
Declaration
public static IEnumerable<T> GetDeletedPrevious<T>(this IEnumerable<AffectedNode> nodes) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
Declaration
public static IEnumerable<T> GetDeletedPrevious<T>(this ITransactionMetadata meta) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
GetModifiedFinals<T>(IEnumerable<AffectedNode>)
Declaration
public static IEnumerable<T> GetModifiedFinals<T>(this IEnumerable<AffectedNode> nodes) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
Declaration
public static IEnumerable<T> GetModifiedFinals<T>(this ITransactionMetadata meta) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
GetModifiedPrevious<T>(IEnumerable<AffectedNode>)
Declaration
public static IEnumerable<T> GetModifiedPrevious<T>(this IEnumerable<AffectedNode> nodes) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
|
Edit this page
View Source
Declaration
public static IEnumerable<T> GetModifiedPrevious<T>(this ITransactionMetadata meta) where T : BaseLedgerEntry
Parameters
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters