Class GetBalancesOptions
Inheritance
object
GetBalancesOptions
Assembly: Xrpl.dll
Syntax
public class GetBalancesOptions
Properties
|
Edit this page
View Source
LedgerHash
Declaration
public string? LedgerHash { get; set; }
Property Value
|
Edit this page
View Source
LedgerIndex
Declaration
public LedgerIndex? LedgerIndex { get; set; }
Property Value
|
Edit this page
View Source
Limit
Declaration
public int? Limit { get; set; }
Property Value
|
Edit this page
View Source
Peer
Declaration
public string Peer { get; set; }
Property Value