JSON-RPC getbalance
Z Poznámkový blok
getbalance ( "account" minconf include_watchonly ) If account is not specified, returns the server's total available balance. The available balance is what the wallet considers currently spendable, and is thus affected by options which limit spendability such as -spendzeroconfchange. If account is specified (DEPRECATED), returns the balance in the account. Note that the account "" is not the same as leaving the parameter out. The server total may be different to the balance in the default "" account. Arguments: 1. "account" (string, optional) DEPRECATED. The account string may be given as a specific account name to find the balance associated with wallet keys in a named account, or as the empty string ("") to find the balance associated with wallet keys not in any named account, or as "*" to find the balance associated with all wallet keys regardless of account. When this option is specified, it calculates the balance in a different way than when it is not specified, and which can count spends twice when there are conflicting pending transactions (such as those created by the bumpfee command), temporarily resulting in low or even negative balances. In general, account balance calculation is not considered reliable and has resulted in confusing outcomes, so it is recommended to avoid passing this argument. 2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times. 3. include_watchonly (bool, optional, default=false) Also include balance in watch-only addresses (see 'importaddress') Result: amount (numeric) The total amount in LTC received for this account. Examples: The total amount in the wallet with 1 or more confirmations > litecoin-cli getbalance The total amount in the wallet at least 6 blocks confirmed > litecoin-cli getbalance "*" 6
getbalance ("účet" minconf include_watchonly) Není-li zadán účet, vrátí celkový disponibilní zůstatek serveru. Dostupný zůstatek je to, co peněženka považuje za strávitelné, a je ovlivněny takovými možnostmi, které omezují míru výdajů, jako je -spendzeroconchange. Pokud je zadán účet (DEPRECATED), vrací zůstatek v účtu. Všimněte si, že účet "" není stejný jako při opuštění parametru. Celkový počet serverů se může lišit od zůstatku ve výchozím účtu. Argumenty: 1. "účet" (řetězec, volitelný) DEPRECATED. Řetězec účtu může být zadán jako specifické jméno účtu, chcete-li najít zůstatek přidružený k klíčům peněženky pojmenovaný účet nebo prázdný řetězec ("") pro nalezení zůstatku spojené s klíči peněľenky, které nejsou v žádném pojmenovaném účtu, nebo jako "*", které chcete najít zůstatek spojený se všemi peněžními klíči bez ohledu na účet. Pokud je tato volba zadána, vypočítá váhu v jiné než když to není specifikováno, a které může počítat utrácí dvakrát existují konfliktní nevyřízené transakce (např příkaz bumpfee), což dočasně vede k nízké nebo dokonce negativní úrovni zůstatky. Obecně platí, že výpočet zůstatku na účtu není zohledněn spolehlivá a vedla k matoucím výsledkům, takže se doporučuje předejít tomuto argumentu. 2. minconf (číselná, volitelná, výchozí = 1) Zahrnout pouze transakce potvrzené alespoň tolikrát. 3. include_watchonly (bool, optional, default = false) Zahrnout také rovnováhu v adresách pouze pro sledování (viz 'importaddress') Výsledek: částka (číselná) Celková částka v LTC obdržená pro tento účet.