dsteem
    Preparing search index...

    Interface DeclineVotingRightsOperation

    Generic operation.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

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