![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <addresstype.h>
Public Member Functions | |
CNoDestination ()=default | |
CNoDestination (const CScript &script) | |
const CScript & | GetScript () const |
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 16 of file addresstype.h.
|
default |
|
inline |
Definition at line 22 of file addresstype.h.
|
inline |
Definition at line 24 of file addresstype.h.
|
friend |
Definition at line 27 of file addresstype.h.
|
friend |
Definition at line 26 of file addresstype.h.
|
private |
Definition at line 18 of file addresstype.h.