Méthode | Description | |
---|---|---|
AddMultiSigAddress ( int NRequired, IEnumerable |
||
BackupWallet ( string Destination ) : uint | ||
DumpPrivKey ( string BitcoinAddress ) : uint | ||
EncryptWallet ( string Passphrase ) : uint | ||
GetAccount ( string BitcoinAddress ) : uint | ||
GetAccountAddress ( string Account ) : uint | ||
GetAddressesByAccount ( string Account ) : uint | ||
GetBalance ( string Account = null, int MinConf = 1 ) : uint | ||
GetBlock ( string Hash ) : uint | ||
GetBlockCount ( ) : uint | ||
GetBlockHash ( long Index ) : uint | ||
GetConnectionCount ( ) : uint | ||
GetDifficulty ( ) : uint | ||
GetGenerate ( ) : uint | ||
GetHashesPerSec ( ) : uint | ||
GetInfo ( ) : uint | ||
GetMiningInfo ( ) : uint | ||
GetNewAddress ( string Account = "" ) : uint | ||
GetReceivedByAccount ( string Account, int MinConf = 1 ) : uint | ||
GetReceivedByAddress ( string BitcoinAddress, int MinConf = 1 ) : uint | ||
GetTransaction ( string TxID ) : uint | ||
GetWork ( ) : uint | ||
GetWork ( string Data ) : uint | ||
Help ( string Command = "" ) : uint | ||
ImportPrivKey ( string BitcoinPrivKey, string Label = "", bool Rescan = true ) : uint | ||
KeyPoolRefill ( ) : uint | ||
ListAccounts ( int MinConf = 1 ) : uint | ||
ListAddressGroupings ( bool showEmptyGroups = true, bool showEmptyAddresses = true ) : uint | ||
ListReceivedByAccount ( int MinConf = 1, bool IncludeEmpty = false ) : uint | ||
ListReceivedByAddress ( int MinConf = 1, bool IncludeEmpty = false ) : uint | ||
ListSinceBlock ( string BlockHash = null, int TargetConfirmations = 1 ) : uint | ||
ListTransactions ( string Account = "*", int Count = 10, int From ) : uint | ||
Move ( string FromAccount, string ToAccount, decimal Amount, int MinConf = 1, string Comment = "" ) : uint | ||
SendFrom ( string FromAccount, string ToBitcoinAddress, decimal Amount, int MinConf = 1, string Comment = "", string CommentTo = "" ) : uint | ||
SendMany ( string FromAccount, decimal>.IDictionary |
||
SendToAddress ( string BitcoinAddress, decimal Amount, string Comment = "", string CommentTo = "" ) : uint | ||
SetAccount ( string BitcoinAddress, string Account ) : uint | ||
SetGenerate ( bool Generate, int GenProcLimit = 1 ) : uint | ||
SetTxFee ( decimal Amount ) : uint | ||
SignMessage ( string BitcoinAddress, string Message ) : uint | ||
Stop ( ) : uint | ||
ValidateAddress ( string Address ) : uint | ||
VerifyMessage ( string BitcoinAddress, string Signature, string Message ) : uint | ||
WalletLock ( ) : uint | ||
WalletPassphrase ( string Passphrase, int Timeout ) : uint | ||
WalletPassphraseChange ( string OldPassphrase, string NewPassphrase ) : uint |
public AddMultiSigAddress ( int NRequired, IEnumerable |
||
NRequired | int | |
Keys | IEnumerable |
|
Account | string | |
Résultat | uint |
public BackupWallet ( string Destination ) : uint | ||
Destination | string | |
Résultat | uint |
public DumpPrivKey ( string BitcoinAddress ) : uint | ||
BitcoinAddress | string | |
Résultat | uint |
public EncryptWallet ( string Passphrase ) : uint | ||
Passphrase | string | |
Résultat | uint |
public GetAccount ( string BitcoinAddress ) : uint | ||
BitcoinAddress | string | |
Résultat | uint |
public GetAccountAddress ( string Account ) : uint | ||
Account | string | |
Résultat | uint |
public GetAddressesByAccount ( string Account ) : uint | ||
Account | string | |
Résultat | uint |
public GetBalance ( string Account = null, int MinConf = 1 ) : uint | ||
Account | string | |
MinConf | int | |
Résultat | uint |
public GetNewAddress ( string Account = "" ) : uint | ||
Account | string | |
Résultat | uint |
public GetReceivedByAccount ( string Account, int MinConf = 1 ) : uint | ||
Account | string | |
MinConf | int | |
Résultat | uint |
public GetReceivedByAddress ( string BitcoinAddress, int MinConf = 1 ) : uint | ||
BitcoinAddress | string | |
MinConf | int | |
Résultat | uint |
public GetTransaction ( string TxID ) : uint | ||
TxID | string | |
Résultat | uint |
public ImportPrivKey ( string BitcoinPrivKey, string Label = "", bool Rescan = true ) : uint | ||
BitcoinPrivKey | string | |
Label | string | |
Rescan | bool | |
Résultat | uint |
public ListAccounts ( int MinConf = 1 ) : uint | ||
MinConf | int | |
Résultat | uint |
public ListAddressGroupings ( bool showEmptyGroups = true, bool showEmptyAddresses = true ) : uint | ||
showEmptyGroups | bool | |
showEmptyAddresses | bool | |
Résultat | uint |
public ListReceivedByAccount ( int MinConf = 1, bool IncludeEmpty = false ) : uint | ||
MinConf | int | |
IncludeEmpty | bool | |
Résultat | uint |
public ListReceivedByAddress ( int MinConf = 1, bool IncludeEmpty = false ) : uint | ||
MinConf | int | |
IncludeEmpty | bool | |
Résultat | uint |
public ListSinceBlock ( string BlockHash = null, int TargetConfirmations = 1 ) : uint | ||
BlockHash | string | |
TargetConfirmations | int | |
Résultat | uint |
public ListTransactions ( string Account = "*", int Count = 10, int From ) : uint | ||
Account | string | |
Count | int | |
From | int | |
Résultat | uint |
public Move ( string FromAccount, string ToAccount, decimal Amount, int MinConf = 1, string Comment = "" ) : uint | ||
FromAccount | string | |
ToAccount | string | |
Amount | decimal | |
MinConf | int | |
Comment | string | |
Résultat | uint |
public SendFrom ( string FromAccount, string ToBitcoinAddress, decimal Amount, int MinConf = 1, string Comment = "", string CommentTo = "" ) : uint | ||
FromAccount | string | |
ToBitcoinAddress | string | |
Amount | decimal | |
MinConf | int | |
Comment | string | |
CommentTo | string | |
Résultat | uint |
public SendMany ( string FromAccount, decimal>.IDictionary |
||
FromAccount | string | |
ToBitcoinAddresses | decimal>.IDictionary | |
MinConf | int | |
Comment | string | |
Résultat | uint |
public SendToAddress ( string BitcoinAddress, decimal Amount, string Comment = "", string CommentTo = "" ) : uint | ||
BitcoinAddress | string | |
Amount | decimal | |
Comment | string | |
CommentTo | string | |
Résultat | uint |
public SetAccount ( string BitcoinAddress, string Account ) : uint | ||
BitcoinAddress | string | |
Account | string | |
Résultat | uint |
public SetGenerate ( bool Generate, int GenProcLimit = 1 ) : uint | ||
Generate | bool | |
GenProcLimit | int | |
Résultat | uint |
public SignMessage ( string BitcoinAddress, string Message ) : uint | ||
BitcoinAddress | string | |
Message | string | |
Résultat | uint |
public ValidateAddress ( string Address ) : uint | ||
Address | string | |
Résultat | uint |
public VerifyMessage ( string BitcoinAddress, string Signature, string Message ) : uint | ||
BitcoinAddress | string | |
Signature | string | |
Message | string | |
Résultat | uint |
public WalletPassphrase ( string Passphrase, int Timeout ) : uint | ||
Passphrase | string | |
Timeout | int | |
Résultat | uint |
public WalletPassphraseChange ( string OldPassphrase, string NewPassphrase ) : uint | ||
OldPassphrase | string | |
NewPassphrase | string | |
Résultat | uint |