Class AccountState
Inheritance
object
AccountState
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class AccountState : ShaMap
Constructors
|
Edit this page
View Source
AccountState()
Declaration
|
Edit this page
View Source
AccountState(bool, int)
Declaration
protected AccountState(bool isCopy, int depth)
Parameters
| Type |
Name |
Description |
| bool |
isCopy |
|
| int |
depth |
|
Methods
|
Edit this page
View Source
Add(LedgerEntry)
Declaration
public bool Add(LedgerEntry entry)
Parameters
Returns
|
Edit this page
View Source
Copy()
Declaration
public AccountState Copy()
Returns
|
Edit this page
View Source
FromJson(JsonNode, bool)
Declaration
public static AccountState FromJson(JsonNode jToken, bool normalise = false)
Parameters
| Type |
Name |
Description |
| JsonNode |
jToken |
|
| bool |
normalise |
|
Returns
|
Edit this page
View Source
MakeInnerOfSameClass(int)
Declaration
protected override ShaMapInner MakeInnerOfSameClass(int depth)
Parameters
| Type |
Name |
Description |
| int |
depth |
|
Returns
Overrides
|
Edit this page
View Source
Update(LedgerEntry)
Declaration
public bool Update(LedgerEntry readLedgerEntry)
Parameters
Returns