AmountErrMsg | Build the error message for an invalid amount value. |
AmountHighWarn | Build a warning that a configured amount is unusually high. |
FeeModeFromString | Parse a fee estimate mode from its string name. |
FeeModeInfo | Format a single fee mode and its description. |
FeeModes | List the available fee estimate mode names. |
FeeModesDetail | Build the detailed help text describing all fee modes. |
FindKey | Map lookup helper. |
GetSetting | Get settings value from combined sources: forced settings, command line arguments, runtime read-write settings, and the read-only config file. |
GetSettingsList | Get combined setting value similar to GetSetting(), except if setting was specified multiple times, return a list of all the values specified. |
InitConfig | Read config files, and create datadir and settings.json if they don't exist. |
InvalidEstimateModeErrorMessage | Return the error message shown when an invalid estimate mode is given. |
InvalidPortErrMsg | Build the error message for an invalid port value. |
OnlyHasDefaultSectionSetting | Return true if a setting is set in the default config file section, and not overridden by a higher priority command-line or network section value. |
PSBTErrorString | Return a bilingual message describing a PSBT error. |
ReadSettings | Read settings file. |
ResolveErrMsg | Build the error message for a failed address resolution. |
StringForFeeReason | Return a human-readable description of a fee reason. |
TransactionErrorString | Return a bilingual message describing a transaction error. |
WriteSettings | Write settings file. |