Interface VoteSlot

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

Properties

Properties

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