mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-01 21:34:30 +01:00
feat: add `PrepareSendRequest` object fix: rename to `claim_tx_feerate` fix: fix reverse submarine test feat: improve prepare_send and prepare_receive interfaces fix: use v2 to broadcast lowball tx feat: finalize prepare_send and prepare_receive feat: remove manual BTC pair from response fix: remove `pair_hash` from PrepareReceive rebasing updating Cargo.lock fix: update lbtc pair method names fixing bindings fix: re-add uniffi_macros add comment to elements dependency fix: switch back to v1 fee calculation fix: revert to v1 pair hash fix: simplify migrations fix: rename `FeesExpired` to `InvalidOrExpiredFees` Log error when list_ongoing_swaps() fails Log swap ID when list_ongoing_swaps() succeeds Migrations: add missing ongoing_receive_swaps field Clarify swap type (reverse vs submarine) in logs
21 lines
621 B
YAML
21 lines
621 B
YAML
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
|
name: FlutterBreezLiquidBindings
|
|
description: |
|
|
Bindings for `src/flutter_breez_liquid.h`.
|
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
|
output: 'lib/flutter_breez_liquid_bindings_generated.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'ios/Classes/breez_liquid_sdk.h'
|
|
include-directives:
|
|
- 'ios/Classes/breez_liquid_sdk.h'
|
|
preamble: |
|
|
// ignore_for_file: always_specify_types
|
|
// ignore_for_file: camel_case_types
|
|
// ignore_for_file: non_constant_identifier_names
|
|
comments:
|
|
style: any
|
|
length: full
|
|
ignore-source-errors: true
|