Interface DeclineVotingRightsOperation

Generic operation.

interface DeclineVotingRightsOperation {
    0: "decline_voting_rights";
    1: {
        account: string;
        decline: boolean;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    account: string;
    decline: boolean;
}