SignedMsgType is a type of signed message in the consensus.
from enum tendermint.types.SignedMsgType
from enum value: SIGNED_MSG_TYPE_PRECOMMIT = 2;
Votes
from enum value: SIGNED_MSG_TYPE_PREVOTE = 1;
Proposals
from enum value: SIGNED_MSG_TYPE_PROPOSAL = 32;
from enum value: SIGNED_MSG_TYPE_UNKNOWN = 0;
SignedMsgType is a type of signed message in the consensus.
Generated
from enum tendermint.types.SignedMsgType