#include <masternode-budget.h>
|
| | CBudgetProposalBroadcast () |
| |
| | CBudgetProposalBroadcast (const CBudgetProposal &other) |
| |
| | CBudgetProposalBroadcast (const CBudgetProposalBroadcast &other) |
| |
| | CBudgetProposalBroadcast (std::string strProposalNameIn, std::string strURLIn, int nPaymentCount, CScript addressIn, CAmount nAmountIn, int nBlockStartIn, uint256 nFeeTXHashIn) |
| |
| void | swap (CBudgetProposalBroadcast &first, CBudgetProposalBroadcast &second) |
| |
| CBudgetProposalBroadcast & | operator= (CBudgetProposalBroadcast from) |
| |
| void | Relay () |
| |
| template<typename Stream , typename Operation > |
| void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
| |
| | CBudgetProposal () |
| |
| | CBudgetProposal (const CBudgetProposal &other) |
| |
| | CBudgetProposal (std::string strProposalNameIn, std::string strURLIn, int nBlockStartIn, int nBlockEndIn, CScript addressIn, CAmount nAmountIn, uint256 nFeeTXHashIn) |
| |
| void | Calculate () |
| |
| bool | AddOrUpdateVote (CBudgetVote &vote, std::string &strError) |
| |
| bool | HasMinimumRequiredSupport () |
| |
| std::pair< std::string, std::string > | GetVotes () |
| |
| bool | IsValid (std::string &strError, bool fCheckCollateral=true) |
| |
| bool | IsEstablished () |
| |
| std::string | GetName () |
| |
| std::string | GetURL () |
| |
| int | GetBlockStart () |
| |
| int | GetBlockEnd () |
| |
| CScript | GetPayee () |
| |
| int | GetTotalPaymentCount () |
| |
| int | GetRemainingPaymentCount () |
| |
| int | GetBlockStartCycle () |
| |
| int | GetBlockCurrentCycle () |
| |
| int | GetBlockEndCycle () |
| |
| double | GetRatio () |
| |
| int | GetYeas () |
| |
| int | GetNays () |
| |
| int | GetAbstains () |
| |
| CAmount | GetAmount () |
| |
| void | SetAllotted (CAmount nAllotedIn) |
| |
| CAmount | GetAllotted () |
| |
| void | CleanAndRemove (bool fSignatureCheck) |
| |
| uint256 | GetHash () |
| |
| template<typename Stream , typename Operation > |
| void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
| |
Definition at line 553 of file masternode-budget.h.
◆ CBudgetProposalBroadcast() [1/4]
| CBudgetProposalBroadcast::CBudgetProposalBroadcast |
( |
| ) |
|
|
inline |
◆ CBudgetProposalBroadcast() [2/4]
| CBudgetProposalBroadcast::CBudgetProposalBroadcast |
( |
const CBudgetProposal & |
other | ) |
|
|
inline |
◆ CBudgetProposalBroadcast() [3/4]
◆ CBudgetProposalBroadcast() [4/4]
| CBudgetProposalBroadcast::CBudgetProposalBroadcast |
( |
std::string |
strProposalNameIn, |
|
|
std::string |
strURLIn, |
|
|
int |
nPaymentCount, |
|
|
CScript |
addressIn, |
|
|
CAmount |
nAmountIn, |
|
|
int |
nBlockStartIn, |
|
|
uint256 |
nFeeTXHashIn |
|
) |
| |
◆ operator=()
◆ Relay()
| void CBudgetProposalBroadcast::Relay |
( |
| ) |
|
◆ SerializationOp()
template<typename Stream , typename Operation >
| void CBudgetProposalBroadcast::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
◆ swap()
◆ ADD_SERIALIZE_METHODS
| CBudgetProposalBroadcast::ADD_SERIALIZE_METHODS |
The documentation for this class was generated from the following files: