Liking cljdoc? Tell your friends :D

doge-cloj.core


addMultiSigAddressclj

(addMultiSigAddress nRequired publicKeys account)

adds a multisig address, publicKeys: List<String> nRequired: int account: string

adds a multisig address,
publicKeys: List<String>
nRequired: int
account: string
sourceraw docstring

backupWalletclj

(backupWallet destination)

destination: String

destination: String
sourceraw docstring

createRawTransactionclj

(createRawTransaction transactions outputs)

List<Map>: transactions [{'txid':txid,'vout':n}, ...] Map: outputs {address: amount, ...}

List<Map>: transactions [{'txid':txid,'vout':n}, ...]
Map: outputs {address: amount, ...}
sourceraw docstring

decodeRawTransactionclj

(decodeRawTransaction hexString)

String: hexString)

String: hexString)
sourceraw docstring

def-doge-rpccljmacro

(def-doge-rpc name doc & rest)
source

dumpPrivKeyclj

(dumpPrivKey dogecoinaddress)

dogecoinaddress: String

dogecoinaddress: String
sourceraw docstring

encryptWalletclj

(encryptWallet passphrase)

passphrase: String

passphrase: String
sourceraw docstring

floatify-amountsclj

(floatify-amounts value)

Convert long bitcoin amounts back to a float

Convert long bitcoin amounts back to a float
sourceraw docstring

getAccountclj

(getAccount dogecoinaddress)

dogecoinaddress: String

dogecoinaddress: String
sourceraw docstring

getAccountAddressclj

(getAccountAddress account)

account: String

account: String
sourceraw docstring

getAddressByCountclj

(getAddressByCount account)

String account

String account
sourceraw docstring

getBalanceclj

(getBalance account minconf)

String: account String: minconf '1'

String: account
String: minconf '1'
sourceraw docstring

getBlockclj

(getBlock)
sourceraw docstring

getBlockHashclj

(getBlockHash index)

String: index)

String: index)
sourceraw docstring

getBlockTemplateclj

(getBlockTemplate params)

String: params)

String: params)
sourceraw docstring

getConnectionCountclj

(getConnectionCount)
sourceraw docstring

getDifficultyclj

(getDifficulty)
sourceraw docstring

getGenerateclj

(getGenerate)
sourceraw docstring

getHashesPerSecclj

(getHashesPerSec)
sourceraw docstring

getInfoclj

(getInfo)
sourceraw docstring

getMiningInfoclj

(getMiningInfo)
sourceraw docstring

getNetworkHashPsclj

(getNetworkHashPs blocks)

String: blocks)

String: blocks)
sourceraw docstring

getNewAddressclj

(getNewAddress account)

String: account)

String: account)
sourceraw docstring

getPeerInfoclj

(getPeerInfo)
sourceraw docstring

getRawMemPoolclj

(getRawMemPool)
sourceraw docstring

getRawTransactionclj

(getRawTransaction txid verbose)

String: txid String: verbose '0'

String: txid
String: verbose '0'
sourceraw docstring

getReceivedByAccountclj

(getReceivedByAccount account minconf)

String: account String: minconf '1'

String: account
String: minconf '1'
sourceraw docstring

getReceivedByAddressclj

(getReceivedByAddress dogecoinaddress minconf)

String: dogecoinaddress String: minconf '1'

String: dogecoinaddress
String: minconf '1'
sourceraw docstring

getTransactionclj

(getTransaction txid)

String: txid)

String: txid)
sourceraw docstring

getWorkclj

(getWork data)

String: data)

String: data)
sourceraw docstring

getWorkExclj

(getWorkEx dataAndCoinbase)

List<String>[data, coinbase]: dataAndCoinbase

List<String>[data, coinbase]: dataAndCoinbase
sourceraw docstring

helpclj

(help command)

String: command)

String: command)
sourceraw docstring

importPrivKeyclj

(importPrivKey dogecoinprivkey label)

String: dogecoinprivkey String: label)

String: dogecoinprivkey
String: label)
sourceraw docstring

keyPoolRefillclj

(keyPoolRefill)
sourceraw docstring

listReceivedByAccountclj

(listReceivedByAccount minconf includeEmpty)

String: minconf '1' String: includeEmpty 'false'

String: minconf '1'
String: includeEmpty 'false'
sourceraw docstring

listReceivedByAddressclj

(listReceivedByAddress minconf includeEmpty)

String: minconf '1' String: includeEmpty 'false'

String: minconf '1'
String: includeEmpty 'false'
sourceraw docstring

listSinceBlockclj

(listSinceBlock blockHash targetConfirmations)

String: blockHash String: targetConfirmations)

String: blockHash
String: targetConfirmations)
sourceraw docstring

listTransactionsclj

(listTransactions account count from)

String: account String: count '10' String: from '0')

String: account
String: count '10'
String: from '0')
sourceraw docstring

listUnspentclj

(listUnspent minconf maxconf)

String: minconf '1' String: maxconf '999999'

String: minconf '1'
String: maxconf '999999'
sourceraw docstring

longify-amountsclj

(longify-amounts value)

Required for conversion of JSON values to valid 64-bit longs which dogecoin amounts must be stored in. From the documentation https://en.bitcoin.it/wiki/Proper_Money_Handling_%28JSON-RPC%29 (int64_t)(value * 1e8 + (value < 0.0 ? -.5 : .5))

Required for conversion of JSON values to valid 64-bit longs which
dogecoin amounts must be stored in.
From the documentation https://en.bitcoin.it/wiki/Proper_Money_Handling_%28JSON-RPC%29
(int64_t)(value * 1e8 + (value < 0.0 ? -.5 : .5))
sourceraw docstring

moveclj

(move fromAccount toAccount amount minconf comment)

String: fromAccount String: toAccount String: amount String: minconf '1' String: comment '99999'

String: fromAccount
String: toAccount
String: amount
String: minconf '1'
String: comment '99999'
sourceraw docstring

sendFromclj

(sendFrom fromAccount toDogeCoinAddress amount minconf comment commentTo)

String: fromAccount String: toDogeCoinAddress String: amount String: minconf String: comment String: commentTo

String: fromAccount
String: toDogeCoinAddress
String: amount
String: minconf
String: comment
String: commentTo
sourceraw docstring

sendManyclj

(sendMany fromaccount toBitcoinAddresses minconf comment)

String: fromaccount, Vector: toBitcoinAddresses {address:amount,...} String: minconf String: comment

String: fromaccount,
Vector: toBitcoinAddresses {address:amount,...}
String: minconf
String: comment
sourceraw docstring

sendRawTransationclj

(sendRawTransation hexString)

String: hexString)

String: hexString)
sourceraw docstring

sendToAddressclj

(sendToAddress dogecoinaddress amount comment commentTo)

String: dogecoinaddress String: amount String: comment String: commentTo)

String: dogecoinaddress
String: amount
String: comment
String: commentTo)
sourceraw docstring

setAccountclj

(setAccount dogecoinaddress account)

String: dogecoinaddress String: account)

String: dogecoinaddress
String: account)
sourceraw docstring

setGenerateclj

(setGenerate amount)

String: amount)

String: amount)
sourceraw docstring

setTxFeeclj

(setTxFee amount)

String: amount)

String: amount)
sourceraw docstring

signMessageclj

(signMessage dogecoinaddress message)

String: dogecoinaddress String: message)

String: dogecoinaddress
String: message)
sourceraw docstring

signRawTransactionclj

(signRawTransaction transactions keys sigHashType)

String: transactions [{'txid':txid,'vout':n,'scriptPubKey':hex},...] String: keys <privatekey1>,... String: sigHashType) sighashtype='ALL']

String: transactions [{'txid':txid,'vout':n,'scriptPubKey':hex},...]
String: keys <privatekey1>,...
String: sigHashType) sighashtype='ALL']
sourceraw docstring

stopclj

(stop)
sourceraw docstring

validateAddressclj

(validateAddress dogecoinaddress)

String: dogecoinaddress)

String: dogecoinaddress)
sourceraw docstring

verifyMessageclj

(verifyMessage dogecoinaddress signature message)

String: dogecoinaddress String: signature String: message)

String: dogecoinaddress
String: signature
String: message)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close