Show / Hide Table of Contents

Class VoteEntry

Inheritance
object
VoteEntry
Implements
IVoteEntry
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class VoteEntry : IVoteEntry

Properties

| Edit this page View Source

Account

Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
Type Description
string
| Edit this page View Source

TradingFee

Declaration
[JsonPropertyName("trading_fee")]
public uint TradingFee { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

VoteWeight

Declaration
[JsonPropertyName("vote_weight")]
public uint VoteWeight { get; set; }
Property Value
Type Description
uint

Implements

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