Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static bool | IsToKeyID (const CScript &script, CKeyID &hash) |
static bool | IsToScriptID (const CScript &script, CScriptID &hash) |
static bool | IsToPubKey (const CScript &script, CPubKey &pubkey) |
bool | CompressScript (const CScript &script, std::vector< uint8_t > &out) |
unsigned int | GetSpecialScriptSize (unsigned int nSize) |
bool | DecompressScript (CScript &script, unsigned int nSize, const std::vector< uint8_t > &in) |
uint64_t | CompressAmount (Amount amt) |
Compress amount. | |
Amount | DecompressAmount (uint64_t x) |
Compress amount.
Definition at line 150 of file compressor.cpp.
bool CompressScript | ( | const CScript & | script, |
std::vector< uint8_t > & | out | ||
) |
Definition at line 53 of file compressor.cpp.
Definition at line 170 of file compressor.cpp.
Definition at line 93 of file compressor.cpp.
Definition at line 19 of file compressor.cpp.
Definition at line 38 of file compressor.cpp.