SignatureValues returns the raw R, S, V values corresponding to the given signature.
(tx *Transaction, sig []byte)
| 77 | // SignatureValues returns the raw R, S, V values corresponding to the |
| 78 | // given signature. |
| 79 | SignatureValues(tx *Transaction, sig []byte) (r, s, v *big.Int, err error) |
| 80 | // Hash returns the hash to be signed. |
| 81 | Hash(tx *Transaction) common.Hash |
| 82 | // Equal returns true if the given signer is the same as the receiver. |
no outgoing calls
no test coverage detected