Versions in this module Expand all Collapse all v0 v0.7.1 Oct 12, 2017 v0.7.0 Oct 11, 2017 Changes in this version + const ByteNonce + const CostNonce + const NameNonce + const TypeNonce + func ErrBadNonce(got, expected uint32) errors.TMError + func ErrNoNonce() errors.TMError + func ErrNoSigners() errors.TMError + func ErrNotMember() errors.TMError + func ErrTxEmpty() errors.TMError + func ErrZeroSequence() errors.TMError + func GetSeqKey(signers []sdk.Actor) (seqKey []byte) + func NewTx(sequence uint32, signers []sdk.Actor, tx sdk.Tx) sdk.Tx + type ReplayCheck struct + func (ReplayCheck) Name() string + func (r ReplayCheck) CheckTx(ctx sdk.Context, store state.SimpleDB, tx sdk.Tx, next sdk.Checker) (res sdk.CheckResult, err error) + func (r ReplayCheck) DeliverTx(ctx sdk.Context, store state.SimpleDB, tx sdk.Tx, next sdk.Deliver) (res sdk.DeliverResult, err error) + type Tx struct + Sequence uint32 + Signers []sdk.Actor + Tx sdk.Tx + func (n Tx) CheckIncrementSeq(ctx sdk.Context, store state.SimpleDB) error + func (n Tx) ValidateBasic() error + func (n Tx) Wrap() sdk.Tx