dsteem
    Preparing search index...

    Interface AccountWitnessVoteOperation

    Generic operation.

    interface AccountWitnessVoteOperation {
        "0": "account_witness_vote";
        "1": { account: string; approve: boolean; witness: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "account_witness_vote"
    "1": { account: string; approve: boolean; witness: string }