Interface VoteSlot

Hierarchy

  • VoteSlot

Properties

Properties

VoteEntry: {
    Account: string;
    TradingFee: number;
    VoteWeight: number;
}

Type declaration

  • Account: string
  • TradingFee: number
  • VoteWeight: number

Generated using TypeDoc