Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

testing source pure

Functions 11

func GenConsensusState

1func GenConsensusState(timestamp time.Time, apphash, valsethash []byte) tendermint.ConsensusState
source

func GenMsgHeader

1func GenMsgHeader(chainID string, timestamp time.Time, apphash []byte,
2	height uint64, trustedHeight types.Height,
3	valset, nextValset, trustedValset *tendermint.ValidatorSet) *tendermint.MsgHeader
source

func NewClientState

1func NewClientState(chainID string, height types.Height) tendermint.ClientState
source

func NewMsgHeader

1func NewMsgHeader(chainID string, timestamp time.Time,
2	apphash []byte, height uint64, trustedHeight types.Height,
3	valset, nextValset, trustedValset *tendermint.ValidatorSet,
4	signatures []tendermint.CommitSig) *tendermint.MsgHeader
source

Imports 6

Source Files 2