Свойство | Type | Description | |
---|---|---|---|
Credentials | ICredentials | ||
Url |
Méthode | Description | |
---|---|---|
BackupWallet ( string a_destination ) : void | ||
BitnetClient ( ) : System | ||
BitnetClient ( string a_sUri ) : System | ||
GetAccount ( string a_address ) : string | ||
GetAccountAddress ( string a_account ) : string | ||
GetAddressesByAccount ( string a_account ) : IEnumerable |
||
GetBalance ( string a_account = null, int a_minconf = 1 ) : float | ||
GetBlockByCount ( int a_height ) : string | ||
GetBlockCount ( ) : int | ||
GetBlockNumber ( ) : int | ||
GetConnectionCount ( ) : int | ||
GetDifficulty ( ) : float | ||
GetGenerate ( ) : bool | ||
GetHashesPerSec ( ) : float | ||
GetInfo ( ) : Newtonsoft.Json.Linq.JObject | ||
GetNewAddress ( string a_account ) : string | ||
GetReceivedByAccount ( string a_account, int a_minconf = 1 ) : float | ||
GetReceivedByAddress ( string a_address, int a_minconf = 1 ) : float | ||
GetTransaction ( string a_txid ) : Newtonsoft.Json.Linq.JObject | ||
GetWork ( ) : Newtonsoft.Json.Linq.JObject | ||
GetWork ( string a_data ) : bool | ||
Help ( string a_command = "" ) : string | ||
InvokeMethod ( string a_sMethod ) : Newtonsoft.Json.Linq.JObject | ||
ListAccounts ( int a_minconf = 1 ) : Newtonsoft.Json.Linq.JObject | ||
ListReceivedByAccount ( int a_minconf = 1, bool a_includeEmpty = false ) : Newtonsoft.Json.Linq.JArray | ||
ListReceivedByAddress ( int a_minconf = 1, bool a_includeEmpty = false ) : Newtonsoft.Json.Linq.JArray | ||
ListTransactions ( string a_account, int a_count = 10 ) : Newtonsoft.Json.Linq.JArray | ||
Move ( string a_fromAccount, string a_toAccount, float a_amount, int a_minconf = 1, string a_comment = "" ) : bool | ||
SendFrom ( string a_fromAccount, string a_toAddress, float a_amount, int a_minconf = 1, string a_comment = "", string a_commentTo = "" ) : string | ||
SendToAddress ( string a_address, float a_amount, string a_comment, string a_commentTo ) : string | ||
SetAccount ( string a_address, string a_account ) : void | ||
SetGenerate ( bool a_generate, int a_genproclimit = 1 ) : void | ||
Stop ( ) : void | ||
ValidateAddress ( string a_address ) : Newtonsoft.Json.Linq.JObject | ||
WalletPassphrase ( string a_passphrase, int a_unlock_period_seconds = 1 ) : Newtonsoft.Json.Linq.JObject |
public BackupWallet ( string a_destination ) : void | ||
a_destination | string | |
Résultat | void |
public BitnetClient ( string a_sUri ) : System | ||
a_sUri | string | |
Résultat | System |
public GetAccount ( string a_address ) : string | ||
a_address | string | |
Résultat | string |
public GetAccountAddress ( string a_account ) : string | ||
a_account | string | |
Résultat | string |
public GetAddressesByAccount ( string a_account ) : IEnumerable |
||
a_account | string | |
Résultat | IEnumerable |
public GetBalance ( string a_account = null, int a_minconf = 1 ) : float | ||
a_account | string | |
a_minconf | int | |
Résultat | float |
public GetBlockByCount ( int a_height ) : string | ||
a_height | int | |
Résultat | string |
public GetInfo ( ) : Newtonsoft.Json.Linq.JObject | ||
Résultat | Newtonsoft.Json.Linq.JObject |
public GetNewAddress ( string a_account ) : string | ||
a_account | string | |
Résultat | string |
public GetReceivedByAccount ( string a_account, int a_minconf = 1 ) : float | ||
a_account | string | |
a_minconf | int | |
Résultat | float |
public GetReceivedByAddress ( string a_address, int a_minconf = 1 ) : float | ||
a_address | string | |
a_minconf | int | |
Résultat | float |
public GetTransaction ( string a_txid ) : Newtonsoft.Json.Linq.JObject | ||
a_txid | string | |
Résultat | Newtonsoft.Json.Linq.JObject |
public GetWork ( ) : Newtonsoft.Json.Linq.JObject | ||
Résultat | Newtonsoft.Json.Linq.JObject |
public Help ( string a_command = "" ) : string | ||
a_command | string | |
Résultat | string |
public InvokeMethod ( string a_sMethod ) : Newtonsoft.Json.Linq.JObject | ||
a_sMethod | string | |
Résultat | Newtonsoft.Json.Linq.JObject |
public ListAccounts ( int a_minconf = 1 ) : Newtonsoft.Json.Linq.JObject | ||
a_minconf | int | |
Résultat | Newtonsoft.Json.Linq.JObject |
public ListReceivedByAccount ( int a_minconf = 1, bool a_includeEmpty = false ) : Newtonsoft.Json.Linq.JArray | ||
a_minconf | int | |
a_includeEmpty | bool | |
Résultat | Newtonsoft.Json.Linq.JArray |
public ListReceivedByAddress ( int a_minconf = 1, bool a_includeEmpty = false ) : Newtonsoft.Json.Linq.JArray | ||
a_minconf | int | |
a_includeEmpty | bool | |
Résultat | Newtonsoft.Json.Linq.JArray |
public ListTransactions ( string a_account, int a_count = 10 ) : Newtonsoft.Json.Linq.JArray | ||
a_account | string | |
a_count | int | |
Résultat | Newtonsoft.Json.Linq.JArray |
public Move ( string a_fromAccount, string a_toAccount, float a_amount, int a_minconf = 1, string a_comment = "" ) : bool | ||
a_fromAccount | string | |
a_toAccount | string | |
a_amount | float | |
a_minconf | int | |
a_comment | string | |
Résultat | bool |
public SendFrom ( string a_fromAccount, string a_toAddress, float a_amount, int a_minconf = 1, string a_comment = "", string a_commentTo = "" ) : string | ||
a_fromAccount | string | |
a_toAddress | string | |
a_amount | float | |
a_minconf | int | |
a_comment | string | |
a_commentTo | string | |
Résultat | string |
public SendToAddress ( string a_address, float a_amount, string a_comment, string a_commentTo ) : string | ||
a_address | string | |
a_amount | float | |
a_comment | string | |
a_commentTo | string | |
Résultat | string |
public SetAccount ( string a_address, string a_account ) : void | ||
a_address | string | |
a_account | string | |
Résultat | void |
public SetGenerate ( bool a_generate, int a_genproclimit = 1 ) : void | ||
a_generate | bool | |
a_genproclimit | int | |
Résultat | void |
public ValidateAddress ( string a_address ) : Newtonsoft.Json.Linq.JObject | ||
a_address | string | |
Résultat | Newtonsoft.Json.Linq.JObject |
public WalletPassphrase ( string a_passphrase, int a_unlock_period_seconds = 1 ) : Newtonsoft.Json.Linq.JObject | ||
a_passphrase | string | |
a_unlock_period_seconds | int | |
Résultat | Newtonsoft.Json.Linq.JObject |