#include <compressor.h>
#include <hash.h>
#include <pubkey.h>
#include <script/standard.h>
Go to the source code of this file.
◆ CompressAmount()
uint64_t CompressAmount |
( |
uint64_t |
n | ) |
|
◆ CompressScript()
bool CompressScript |
( |
const CScript & |
script, |
|
|
std::vector< unsigned char > & |
out |
|
) |
| |
◆ DecompressAmount()
uint64_t DecompressAmount |
( |
uint64_t |
x | ) |
|
◆ DecompressScript()
bool DecompressScript |
( |
CScript & |
script, |
|
|
unsigned int |
nSize, |
|
|
const std::vector< unsigned char > & |
in |
|
) |
| |
◆ GetSpecialScriptSize()
unsigned int GetSpecialScriptSize |
( |
unsigned int |
nSize | ) |
|