breez_sdk 0.2.12
breez_sdk: ^0.2.12 copied to clipboard
Flutter bindings to the Breez SDK
SDK release notes can be found at breez-sdk/releases
0.2.8 #
- Requires Dart 3.0 or later.
- Migrate to null safety.
- Introduce
prepareRefund
API - Breaking
filter
field ofListPaymentsRequest
is deprecated and must be replaced with the optionalfilters
field. - Breaking
PaymentTypeFilter.All
is removed. Unfiltered payment list will be retrieved iffilters
fields ofListPaymentsRequest
is left empty(or is a list that contains all PaymentTypeFilter types). ClosedChannel
transactions can now be filtered by addingPaymentTypeFilter.ClosedChannels
to thefilters
list.
0.2.7 #
- Breaking All APIs which previously allowed multiple parameters to be
passed now require their corresponding
Request
object. These API's include:sendOnchain
,sendPayment
,sendSpontaneousPayment
,refund
,lnurlPay
,lnurlWithdraw
- Breaking All
request
params is renamed toreq
- Breaking All
reqData
params that belong to areq
object(lnurlPay,lnurlWithdraw except lnurlAuth) is renamed todata