#include "base58.h"
#include "init.h"
#include "main.h"
#include "net.h"
#include "netbase.h"
#include "rpcserver.h"
#include "util.h"
#include <stdint.h>
#include <boost/assign/list_of.hpp>
#include "json/json_spirit_utils.h"
#include "json/json_spirit_value.h"
Go to the source code of this file.
CScript _createmultisig_redeemScript |
( |
const Array & |
params | ) |
|
Value createmultisig |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |
Value getinfo |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |
Value validateaddress |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |
Value verifymessage |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |