Optional
data: PartialMessage<EvidenceParams>Optional
maxMax age of evidence, in time.
It should correspond with an app's "unbonding period" or other similar mechanism for handling Nothing-At-Stake attacks.
Max age of evidence, in blocks.
The basic formula for calculating this is: MaxAgeDuration / {average block time}.
This sets the maximum size of total evidence in bytes that can be committed in a single block. and should fall comfortably under the max block bytes. Default is 1048576 or 1MB
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
EvidenceParams determine how we handle evidence of malfeasance.
Generated
from message tendermint.types.EvidenceParams