interface EvidenceAmino {
    height?: string;
    time?: string;
    total_voting_power?: string;
    type?: EvidenceType;
    validator?: ValidatorAmino;
}

Properties

height?: string

The height when the offense occurred

time?: string

The corresponding time where the offense occurred

total_voting_power?: string

Total voting power of the validator set in case the ABCI application does not store historical validators. https://github.com/tendermint/tendermint/issues/4581

validator?: ValidatorAmino

The offending validator