#include "assets/assets.h"
#include "assets/assetdb.h"
#include <map>
#include "tinyformat.h"
#include "amount.h"
#include "base58.h"
#include "chain.h"
#include "consensus/validation.h"
#include "core_io.h"
#include "httpserver.h"
#include "validation.h"
#include "net.h"
#include "policy/feerate.h"
#include "policy/fees.h"
#include "policy/policy.h"
#include "policy/rbf.h"
#include "rpc/mining.h"
#include "rpc/safemode.h"
#include "rpc/server.h"
#include "script/sign.h"
#include "timedata.h"
#include "util.h"
#include "utilmoneystr.h"
#include "wallet/coincontrol.h"
#include "wallet/feebumper.h"
#include "wallet/wallet.h"
#include "wallet/walletdb.h"
Go to the source code of this file.
◆ addtagtoaddress()
◆ AssetActivationWarning()
std::string AssetActivationWarning |
( |
| ) |
|
◆ AssetTypeToString()
std::string AssetTypeToString |
( |
AssetType & |
assetType | ) |
|
◆ checkaddressrestriction()
◆ checkaddresstag()
◆ checkglobalrestriction()
◆ CheckIPFSTxidMessage()
void CheckIPFSTxidMessage |
( |
const std::string & |
message, |
|
|
int64_t |
expireTime |
|
) |
| |
◆ CheckRestrictedAssetTransferInputs()
void CheckRestrictedAssetTransferInputs |
( |
const CWalletTx & |
transaction, |
|
|
const std::string & |
asset_name |
|
) |
| |
◆ freezeaddress()
◆ freezerestrictedasset()
◆ getassetdata()
◆ getcacheinfo()
◆ getverifierstring()
◆ issue()
◆ issuerestrictedasset()
◆ issueunique()
◆ isvalidverifierstring()
◆ listaddressesbyasset()
◆ listaddressesfortag()
◆ listaddressrestrictions()
◆ listassetbalancesbyaddress()
◆ listassets()
◆ listglobalrestrictions()
◆ listmyassets()
◆ listtagsforaddress()
◆ RegisterAssetRPCCommands()
void RegisterAssetRPCCommands |
( |
CRPCTable & |
t | ) |
|
Register asset RPC commands.
Definition at line 2674 of file assets.cpp.
◆ reissue()
◆ reissuerestrictedasset()
◆ removetagfromaddress()
◆ RestrictedActivationWarning()
std::string RestrictedActivationWarning |
( |
| ) |
|
◆ safe_advance()
template<class Iter , class Incr >
void safe_advance |
( |
Iter & |
curr, |
|
|
const Iter & |
end, |
|
|
Incr |
n |
|
) |
| |
◆ transfer()
◆ transferfromaddress()
◆ transferfromaddresses()
◆ transferqualifier()
◆ unfreezeaddress()
◆ unfreezerestrictedasset()
◆ UnitValueFromAmount()
UniValue UnitValueFromAmount |
( |
const CAmount & |
amount, |
|
|
const std::string |
asset_name |
|
) |
| |
◆ UpdateAddressRestriction()
◆ UpdateAddressTag()
◆ UpdateGlobalRestrictedAsset()