Skip to content

Commit

Permalink
checkPreimageOpt_ usage
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Mar 15, 2022
1 parent 47a54a6 commit dfa09b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ Full List
- None
- | checkPreimage(SigHashPreimage preimage) : bool
| checkPreimageOpt(SigHashPreimage rawTx) : bool
| checkPreimageOpt\_(SigHashPreimage rawTx) : bool
| checkPreimageOpt\_(SigHashPreimage rawTx) : bool // set sigHashType in ASM
| checkPreimageSigHashType(SigHashPreimage txPreimage, SigHashType sigHashType) : bool
| checkPreimageAdvanced(SigHashPreimage rawTx, PrivKey privKey, PubKey pubKey, int inverseK, int r, bytes rBigEndian, SigHashType sigHashType) : bool
| checkPreimageOCS(SigHashPreimage preimage) : bool
| checkPreimageOptOCS(SigHashPreimage rawTx) : bool
| checkPreimageOptOCS\_(SigHashPreimage rawTx) : bool
| checkPreimageOptOCS\_(SigHashPreimage rawTx) : bool // set sigHashType in ASM
| checkPreimageSigHashTypeOCS(SigHashPreimage txPreimage, SigHashType sigHashType) : bool
| checkPreimageAdvancedOCS(SigHashPreimage rawTx, PrivKey privKey, PubKey pubKey, int inverseK, int r, bytes rBigEndian, SigHashType sigHashType) : bool
Expand Down

0 comments on commit dfa09b7

Please sign in to comment.