Variable $VoteMessageConst
$VoteMessage: $.Shape<{ commitment: { blockNumber: number; payload: (readonly [`0x${string}`, `0x${string}`])[]; validatorSetId: bigint; }; id: AccountId32Like; signature: `0x${string}`; }, { commitment: { blockNumber: number; payload: [`0x${string}`, `0x${string}`][]; validatorSetId: bigint; }; id: AccountId32; signature: `0x${string}`; }> = ...
BEEFY vote message.
A vote message is a direct vote created by a BEEFY node on every voting round and is gossiped to its peers.