Versions in this module Expand all Collapse all v1 v1.0.5 Jan 22, 2020 Changes in this version + var ErrInvalidSig = errors.New("invalid transaction v, r, s values") + type Check struct + ChainID types.ChainID + Coin types.CoinSymbol + DueBlock uint64 + Lock *big.Int + Nonce []byte + R *big.Int + S *big.Int + V *big.Int + Value *big.Int + func DecodeFromBytes(buf []byte) (*Check, error) + func (check *Check) Hash() types.Hash + func (check *Check) HashWithoutLock() types.Hash + func (check *Check) LockPubKey() ([]byte, error) + func (check *Check) Sender() (types.Address, error) + func (check *Check) SetSignature(sig []byte) + func (check *Check) Sign(prv *ecdsa.PrivateKey) error + func (check *Check) String() string