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