Method | Description | |
---|---|---|
AddMultiSigAddress ( int NRequired, IEnumerable |
||
AddNode ( string Node, string Mode ) : void | ||
BackupWallet ( string Destination ) : void | ||
CreateMultiSig ( int NRequired, IEnumerable |
||
CreateRawTransaction ( IEnumerable | ||
DecodeRawTransaction ( string Transaction ) : |
||
DumpPrivKey ( string BitcoinAddress ) : string | ||
EncryptWallet ( string Passphrase ) : void | ||
GetAccount ( string BitcoinAddress ) : string | ||
GetAccountAddress ( string Account ) : string | ||
GetAddedNodeInfo ( bool Dns, string Node ) : IEnumerable |
||
GetAddressesByAccount ( string Account ) : IEnumerable |
||
GetBalance ( string Account = null, int MinConf = 1 ) : decimal | ||
GetBlock ( string Hash ) : |
||
GetBlockCount ( ) : int | ||
GetBlockHash ( long Index ) : string | ||
GetBlockTemplate ( ) : void | ||
GetConnectionCount ( ) : int | ||
GetDifficulty ( ) : decimal | ||
GetGenerate ( ) : bool | ||
GetHashesPerSec ( ) : decimal | ||
GetInfo ( ) : |
||
GetMiningInfo ( ) : |
||
GetNewAddress ( string Account = "" ) : string | ||
GetPeerInfo ( ) : |
||
GetRawMemPool ( ) : IEnumerable |
||
GetRawTransaction ( string TxId, int Verbose ) : |
||
GetReceivedByAccount ( string Account, int MinConf = 1 ) : decimal | ||
GetReceivedByAddress ( string BitcoinAddress, int MinConf = 1 ) : decimal | ||
GetTransaction ( string TxID ) : |
||
GetTxOut ( string TxID, int N, bool IncludeMemPool = true ) : |
||
GetTxOutSetInfo ( ) : |
||
GetWork ( ) : |
||
GetWork ( string Data ) : bool | ||
Help ( string Command = "" ) : string | ||
ImportPrivKey ( string BitcoinPrivKey, string Label = "", bool Rescan = true ) : void | ||
KeyPoolRefill ( ) : void | ||
ListAccounts ( int MinConf = 1 ) : decimal>.IDictionary |
||
ListAddressGroupings ( bool showEmptyGroups = true, bool showEmptyAddresses = true ) : IEnumerable |
||
ListLockUnspent ( ) : void | ||
ListReceivedByAccount ( int MinConf = 1, bool IncludeEmpty = false ) : IEnumerable |
||
ListReceivedByAddress ( int MinConf = 1, bool IncludeEmpty = false ) : IEnumerable |
||
ListSinceBlock ( string BlockHash = null, int TargetConfirmations = 1 ) : |
||
ListTransactions ( string Account = "*", int Count = 10, int From ) : IEnumerable |
||
ListUnspent ( ) : void | ||
LockUnspent ( ) : void | ||
Move ( string FromAccount, string ToAccount, decimal Amount, int MinConf = 1, string Comment = "" ) : bool | ||
SendFrom ( string FromAccount, string ToBitcoinAddress, decimal Amount, int MinConf = 1, string Comment = "", string CommentTo = "" ) : string | ||
SendMany ( string FromAccount, decimal>.IDictionary |
||
SendRawTransaction ( string Tx ) : string | ||
SendToAddress ( string BitcoinAddress, decimal Amount, string Comment = "", string CommentTo = "" ) : string | ||
SetAccount ( string BitcoinAddress, string Account ) : void | ||
SetGenerate ( bool Generate, int GenProcLimit = 1 ) : void | ||
SetTxFee ( decimal Amount ) : bool | ||
SignMessage ( string BitcoinAddress, string Message ) : string | ||
SignRawTransaction ( ) : void | ||
Stop ( ) : void | ||
SubmitBlock ( ) : void | ||
ValidateAddress ( string Address ) : |
||
VerifyMessage ( string BitcoinAddress, string Signature, string Message ) : bool | ||
WalletLock ( ) : void | ||
WalletPassphrase ( string Passphrase, int Timeout ) : void | ||
WalletPassphraseChange ( string OldPassphrase, string NewPassphrase ) : void |
public AddMultiSigAddress ( int NRequired, IEnumerable |
||
NRequired | int | |
Keys | IEnumerable |
|
Account | string | |
return | string |
public AddNode ( string Node, string Mode ) : void | ||
Node | string | |
Mode | string | |
return | void |
public BackupWallet ( string Destination ) : void | ||
Destination | string | |
return | void |
public CreateMultiSig ( int NRequired, IEnumerable |
||
NRequired | int | |
Keys | IEnumerable |
|
return |
public CreateRawTransaction ( IEnumerable | ||
Inputs | IEnumerable | |
Outputs | decimal>.IDictionary | |
return | string |
public DecodeRawTransaction ( string Transaction ) : |
||
Transaction | string | |
return |
public DumpPrivKey ( string BitcoinAddress ) : string | ||
BitcoinAddress | string | |
return | string |
public EncryptWallet ( string Passphrase ) : void | ||
Passphrase | string | |
return | void |
public GetAccount ( string BitcoinAddress ) : string | ||
BitcoinAddress | string | |
return | string |
public GetAccountAddress ( string Account ) : string | ||
Account | string | |
return | string |
public GetAddedNodeInfo ( bool Dns, string Node ) : IEnumerable |
||
Dns | bool | |
Node | string | |
return | IEnumerable |
public GetAddressesByAccount ( string Account ) : IEnumerable |
||
Account | string | |
return | IEnumerable |
public GetBalance ( string Account = null, int MinConf = 1 ) : decimal | ||
Account | string | |
MinConf | int | |
return | decimal |
public GetBlock ( string Hash ) : |
||
Hash | string | |
return |
public GetMiningInfo ( ) : |
||
return |
public GetNewAddress ( string Account = "" ) : string | ||
Account | string | |
return | string |
public GetRawTransaction ( string TxId, int Verbose ) : |
||
TxId | string | |
Verbose | int | |
return |
public GetReceivedByAccount ( string Account, int MinConf = 1 ) : decimal | ||
Account | string | |
MinConf | int | |
return | decimal |
public GetReceivedByAddress ( string BitcoinAddress, int MinConf = 1 ) : decimal | ||
BitcoinAddress | string | |
MinConf | int | |
return | decimal |
public GetTransaction ( string TxID ) : |
||
TxID | string | |
return |
public GetTxOut ( string TxID, int N, bool IncludeMemPool = true ) : |
||
TxID | string | |
N | int | |
IncludeMemPool | bool | |
return |
public GetTxOutSetInfo ( ) : |
||
return |
public ImportPrivKey ( string BitcoinPrivKey, string Label = "", bool Rescan = true ) : void | ||
BitcoinPrivKey | string | |
Label | string | |
Rescan | bool | |
return | void |
public ListAccounts ( int MinConf = 1 ) : decimal>.IDictionary |
||
MinConf | int | |
return | decimal>.IDictionary |
public ListAddressGroupings ( bool showEmptyGroups = true, bool showEmptyAddresses = true ) : IEnumerable |
||
showEmptyGroups | bool | |
showEmptyAddresses | bool | |
return | IEnumerable |
public ListReceivedByAccount ( int MinConf = 1, bool IncludeEmpty = false ) : IEnumerable |
||
MinConf | int | |
IncludeEmpty | bool | |
return | IEnumerable |
public ListReceivedByAddress ( int MinConf = 1, bool IncludeEmpty = false ) : IEnumerable |
||
MinConf | int | |
IncludeEmpty | bool | |
return | IEnumerable |
public ListSinceBlock ( string BlockHash = null, int TargetConfirmations = 1 ) : |
||
BlockHash | string | |
TargetConfirmations | int | |
return |
public ListTransactions ( string Account = "*", int Count = 10, int From ) : IEnumerable |
||
Account | string | |
Count | int | |
From | int | |
return | IEnumerable |
public Move ( string FromAccount, string ToAccount, decimal Amount, int MinConf = 1, string Comment = "" ) : bool | ||
FromAccount | string | |
ToAccount | string | |
Amount | decimal | |
MinConf | int | |
Comment | string | |
return | bool |
public SendFrom ( string FromAccount, string ToBitcoinAddress, decimal Amount, int MinConf = 1, string Comment = "", string CommentTo = "" ) : string | ||
FromAccount | string | |
ToBitcoinAddress | string | |
Amount | decimal | |
MinConf | int | |
Comment | string | |
CommentTo | string | |
return | string |
public SendMany ( string FromAccount, decimal>.IDictionary |
||
FromAccount | string | |
ToBitcoinAddresses | decimal>.IDictionary | |
MinConf | int | |
Comment | string | |
return | string |
public SendRawTransaction ( string Tx ) : string | ||
Tx | string | |
return | string |
public SendToAddress ( string BitcoinAddress, decimal Amount, string Comment = "", string CommentTo = "" ) : string | ||
BitcoinAddress | string | |
Amount | decimal | |
Comment | string | |
CommentTo | string | |
return | string |
public SetAccount ( string BitcoinAddress, string Account ) : void | ||
BitcoinAddress | string | |
Account | string | |
return | void |
public SetGenerate ( bool Generate, int GenProcLimit = 1 ) : void | ||
Generate | bool | |
GenProcLimit | int | |
return | void |
public SignMessage ( string BitcoinAddress, string Message ) : string | ||
BitcoinAddress | string | |
Message | string | |
return | string |
public ValidateAddress ( string Address ) : |
||
Address | string | |
return |
public VerifyMessage ( string BitcoinAddress, string Signature, string Message ) : bool | ||
BitcoinAddress | string | |
Signature | string | |
Message | string | |
return | bool |
public WalletPassphrase ( string Passphrase, int Timeout ) : void | ||
Passphrase | string | |
Timeout | int | |
return | void |
public WalletPassphraseChange ( string OldPassphrase, string NewPassphrase ) : void | ||
OldPassphrase | string | |
NewPassphrase | string | |
return | void |