Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <addresstype.h>
Public Member Functions | |
CNoDestination ()=default | |
CNoDestination (const CScript &script) | |
const CScript & | GetScript () const LIFETIMEBOUND |
Private Attributes | |
CScript | m_script |
Friends | |
bool | operator== (const CNoDestination &a, const CNoDestination &b) |
bool | operator< (const CNoDestination &a, const CNoDestination &b) |
Definition at line 19 of file addresstype.h.
|
default |
|
inlineexplicit |
Definition at line 26 of file addresstype.h.
|
inline |
Definition at line 28 of file addresstype.h.
|
friend |
Definition at line 31 of file addresstype.h.
|
friend |
Definition at line 30 of file addresstype.h.
|
private |
Definition at line 22 of file addresstype.h.