Documentation ¶
Index ¶
- Variables
- type Check
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidSig = errors.New("invalid transaction v, r, s values")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.