MCPcopy Create free account
hub / github.com/CPChain/chain / SignatureValues

Method SignatureValues

types/transaction_signing.go:79–79  ·  view source on GitHub ↗

SignatureValues returns the raw R, S, V values corresponding to the given signature.

(tx *Transaction, sig []byte)

Source from the content-addressed store, hash-verified

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.

Callers 3

WithSignatureMethod · 0.65
SignatureValuesMethod · 0.65
SignatureValuesMethod · 0.65

Implementers 3

Cep1Signertypes/transaction_signing.go
FrontierSignertypes/transaction_signing.go
senderFromServerapi/cpclient/signer.go

Calls

no outgoing calls

Tested by

no test coverage detected