Signature hash type wrapper class.
More...
#include <sighashtype.h>
Signature hash type wrapper class.
Definition at line 37 of file sighashtype.h.
◆ SigHashType() [1/2]
SigHashType::SigHashType |
( |
| ) |
|
|
inlineexplicit |
◆ SigHashType() [2/2]
SigHashType::SigHashType |
( |
uint32_t |
sigHashIn | ) |
|
|
inlineexplicit |
◆ getBaseType()
◆ getForkValue()
uint32_t SigHashType::getForkValue |
( |
| ) |
const |
|
inline |
◆ getRawSigHashType()
uint32_t SigHashType::getRawSigHashType |
( |
| ) |
const |
|
inline |
◆ hasAnyoneCanPay()
bool SigHashType::hasAnyoneCanPay |
( |
| ) |
const |
|
inline |
◆ hasForkId()
bool SigHashType::hasForkId |
( |
| ) |
const |
|
inline |
◆ isDefined()
bool SigHashType::isDefined |
( |
| ) |
const |
|
inline |
◆ Serialize()
template<typename Stream >
void SigHashType::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
void SigHashType::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ withAnyoneCanPay()
SigHashType SigHashType::withAnyoneCanPay |
( |
bool |
anyoneCanPay = true | ) |
const |
|
inline |
◆ withBaseType()
◆ withForkId()
SigHashType SigHashType::withForkId |
( |
bool |
forkId = true | ) |
const |
|
inline |
◆ withForkValue()
SigHashType SigHashType::withForkValue |
( |
uint32_t |
forkId | ) |
const |
|
inline |
◆ operator!=
◆ operator==
◆ sigHash
uint32_t SigHashType::sigHash |
|
private |
The documentation for this class was generated from the following file: