interface VoteDelegation {
    last_locked_until_secs: bigint;
    pending_voter: string;
    voter: string;
}

Properties

last_locked_until_secs: bigint
pending_voter: string
voter: string