Interface SubmitTransactionFailureUnauthorizedVotes

interface SubmitTransactionFailureUnauthorizedVotes {
    code: 3137;
    data: {
        unauthorizedVotes: {
            proposal: GovernanceProposalReference;
            voter:
                | VoterGenesisDelegate
                | VoterConstitutionalCommittee
                | VoterDelegateRepresentative
                | VoterStakePoolOperator;
        }[];
    };
    message: string;
}

Properties

Properties

code: 3137
data: {
    unauthorizedVotes: {
        proposal: GovernanceProposalReference;
        voter:
            | VoterGenesisDelegate
            | VoterConstitutionalCommittee
            | VoterDelegateRepresentative
            | VoterStakePoolOperator;
    }[];
}
message: string