Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
DuplicateVoteEvidenceSDKType
Interface DuplicateVoteEvidenceSDKType
DuplicateVoteEvidence contains evidence of a validator signed two conflicting votes.
interface
DuplicateVoteEvidenceSDKType
{
timestamp
:
undefined
|
Date
;
total_voting_power
:
bigint
;
validator_power
:
bigint
;
vote_a
?:
VoteSDKType
;
vote_b
?:
VoteSDKType
;
}
Index
Properties
timestamp
total_
voting_
power
validator_
power
vote_
a?
vote_
b?
Properties
timestamp
timestamp
:
undefined
|
Date
total_
voting_
power
total_
voting_
power
:
bigint
validator_
power
validator_
power
:
bigint
Optional
vote_
a
vote_
a
?:
VoteSDKType
Optional
vote_
b
vote_
b
?:
VoteSDKType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timestamp
total_
voting_
power
validator_
power
vote_
a
vote_
b
@crownfi/sei-js-proto
Loading...
DuplicateVoteEvidence contains evidence of a validator signed two conflicting votes.