bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Enumeration SignedMsgType

    SignedMsgType is a type of signed message in the consensus.

    from enum tendermint.types.SignedMsgType

    Index

    Enumeration Members

    Enumeration Members

    PRECOMMIT: 2

    from enum value: SIGNED_MSG_TYPE_PRECOMMIT = 2;

    PREVOTE: 1

    Votes

    from enum value: SIGNED_MSG_TYPE_PREVOTE = 1;

    PROPOSAL: 32

    Proposals

    from enum value: SIGNED_MSG_TYPE_PROPOSAL = 32;

    UNKNOWN: 0

    from enum value: SIGNED_MSG_TYPE_UNKNOWN = 0;