Preparing search index...
The search index is not available
@axelarjs/proto
@axelarjs/proto
tendermint/types/types
CommitSig
Interface CommitSig
CommitSig is a part of the Vote included in a Commit.
interface
CommitSig
{
blockIdFlag
:
BlockIDFlag
;
signature
:
Uint8Array
;
timestamp
?:
Date
;
validatorAddress
:
Uint8Array
;
}
Index
Properties
block
Id
Flag
signature
timestamp?
validator
Address
Properties
block
Id
Flag
block
Id
Flag
:
BlockIDFlag
signature
signature
:
Uint8Array
Optional
timestamp
timestamp
?:
Date
validator
Address
validator
Address
:
Uint8Array
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
block
Id
Flag
signature
timestamp
validator
Address
@axelarjs/proto
Loading...
Generated using
TypeDoc
CommitSig is a part of the Vote included in a Commit.