Skip to content

Commit

Permalink
sdk-common: extract FiatAPI (#1020)
Browse files Browse the repository at this point in the history
* sdk-common: extract FiatAPI

* Cargo fmt

* CurrencyInfo: use empty vec instead of Optional<Vec> for localizedName, localeOverrides
  • Loading branch information
ok300 authored Jun 24, 2024
1 parent 7c48c1e commit 95c7d0b
Show file tree
Hide file tree
Showing 15 changed files with 2,494 additions and 2,429 deletions.
4 changes: 2 additions & 2 deletions libs/sdk-bindings/src/breez_sdk.udl
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ dictionary CurrencyInfo {
u32? spacing;
Symbol? symbol;
Symbol? uniq_symbol;
sequence<LocalizedName>? localized_name;
sequence<LocaleOverrides>? locale_overrides;
sequence<LocalizedName> localized_name;
sequence<LocaleOverrides> locale_overrides;
};

dictionary FiatCurrency {
Expand Down
Loading

0 comments on commit 95c7d0b

Please sign in to comment.