Interface IVoteEntry
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public interface IVoteEntry
Properties
| Edit this page View SourceAccount
Declaration
string Account { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TradingFee
Declaration
uint TradingFee { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
VoteWeight
Declaration
uint VoteWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |