Show / Hide Table of Contents

Interface IVoteEntry

Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public interface IVoteEntry

Properties

| Edit this page View Source

Account

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

TradingFee

Declaration
uint TradingFee { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

VoteWeight

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