btcpayserver/BTCPayServer.Client/JsonConverters
d11n b898fd0ec1
TimeSpan JSON Converter: Parse strings (#6012)
Something I came across while working in the app: Without this, the [TimeSpan default values of the StoreBlob](https://github.com/btcpayserver/btcpayserver/blob/master/BTCPayServer/Data/StoreBlob.cs#L84) cannot be parsed and don't get applied properly.
2024-06-19 15:31:13 +02:00
..
LightMoneyJsonConverter.cs Add Lightmoney json converter + do swagger defs for ln api 2020-05-29 10:04:28 +02:00
MnemonicJsonConverter.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
MoneyJsonConverter.cs Run dotnet format 2020-06-28 17:55:27 +09:00
NodeUriJsonConverter.cs Warning if not using 'is not null' 2022-01-14 17:48:15 +09:00
NumericStringJsonConverter.cs Allow multi-step settings in custodian (#4838) 2023-04-04 14:48:29 +09:00
PermissionJsonConverter.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SaneOutpointJsonConverter.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
TimeSpanJsonConverter.cs TimeSpan JSON Converter: Parse strings (#6012) 2024-06-19 15:31:13 +02:00
WordcountJsonConverter.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
WordlistJsonConverter.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00