Show / Hide Table of Contents

Class GetBalancesOptions

Inheritance
object
GetBalancesOptions
Namespace: Xrpl.Sugar
Assembly: Xrpl.dll
Syntax
public class GetBalancesOptions

Properties

| Edit this page View Source

LedgerHash

Declaration
public string? LedgerHash { get; set; }
Property Value
Type Description
string
| Edit this page View Source

LedgerIndex

Declaration
public LedgerIndex? LedgerIndex { get; set; }
Property Value
Type Description
LedgerIndex
| Edit this page View Source

Limit

Declaration
public int? Limit { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

Peer

Declaration
public string Peer { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX