SignedMsgType is a type of signed message in the consensus.

from enum tendermint.types.SignedMsgType

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;