![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <providertx.h>
Public Member Functions | |
| SERIALIZE_METHODS (ProUpServPL, obj) | |
| std::string | ToString () const |
| void | ToJson (UniValue &obj) const |
| bool | IsTriviallyValid (CValidationState &state) const |
Public Attributes | |
| uint16_t | nVersion {CURRENT_VERSION} |
| uint256 | proTxHash {UINT256_ZERO} |
| CService | addr |
| CScript | scriptOperatorPayout |
| uint256 | inputsHash |
| CBLSSignature | sig |
Static Public Attributes | |
| static const uint16_t | CURRENT_VERSION = 1 |
| static constexpr int16_t | SPECIALTX_TYPE = CTransaction::TxType::PROUPSERV |
Definition at line 72 of file providertx.h.
| bool ProUpServPL::IsTriviallyValid | ( | CValidationState & | state | ) | const |
|
inline |
Definition at line 87 of file providertx.h.
| void ProUpServPL::ToJson | ( | UniValue & | obj | ) | const |
| std::string ProUpServPL::ToString | ( | ) | const |
| CService ProUpServPL::addr |
Definition at line 81 of file providertx.h.
|
static |
Definition at line 75 of file providertx.h.
| uint256 ProUpServPL::inputsHash |
Definition at line 83 of file providertx.h.
| uint16_t ProUpServPL::nVersion {CURRENT_VERSION} |
Definition at line 79 of file providertx.h.
| uint256 ProUpServPL::proTxHash {UINT256_ZERO} |
Definition at line 80 of file providertx.h.
| CScript ProUpServPL::scriptOperatorPayout |
Definition at line 82 of file providertx.h.
| CBLSSignature ProUpServPL::sig |
Definition at line 84 of file providertx.h.
|
staticconstexpr |
Definition at line 76 of file providertx.h.