Versions in this module Expand all Collapse all v0 v0.19.0 Jun 26, 2018 Changes in this version + type LastSignedInfo struct + Height int64 + Round int + SignBytes cmn.HexBytes + Signature crypto.Signature + Step int8 + func NewLastSignedInfo() *LastSignedInfo + func (lsi *LastSignedInfo) SignHeartbeat(sign goCryptoSigner, chainID string, heartbeat *types.Heartbeat) error + func (lsi *LastSignedInfo) SignProposal(sign goCryptoSigner, chainID string, proposal *types.Proposal) error + func (lsi *LastSignedInfo) SignVote(sign goCryptoSigner, chainID string, vote *types.Vote) error + func (lsi *LastSignedInfo) String() string v0.18.0 May 8, 2018 Changes in this version + func NewPrivValidatorMemory(addressable acm.Addressable, signer acm.Signer) *privValidatorMemory