2023-07-08 17:01:26 +00:00
|
|
|
package jsonrpc
|
2020-09-26 21:01:11 +00:00
|
|
|
|
|
|
|
// NotImplemented is the URI prefix for smartcard wallets.
|
2020-12-04 10:24:49 +00:00
|
|
|
const NotImplemented = "the method is currently not implemented: %s"
|
2020-09-26 21:01:11 +00:00
|
|
|
|
|
|
|
// NotAvailableChainData x
|
2021-04-19 07:25:26 +00:00
|
|
|
const NotAvailableChainData = "the function %s is not available, please use --private.api.addr option instead of --datadir option"
|
2020-10-12 08:39:33 +00:00
|
|
|
|
|
|
|
// NotAvailableDeprecated x
|
2020-12-04 10:24:49 +00:00
|
|
|
const NotAvailableDeprecated = "the method has been deprecated: %s"
|