barkd-client 0.2.2__tar.gz → 0.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. {barkd_client-0.2.2 → barkd_client-0.2.4}/PKG-INFO +1 -1
  2. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/__init__.py +2 -2
  3. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/bitcoin_api.py +1 -1
  4. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/boards_api.py +1 -1
  5. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/default_api.py +1 -1
  6. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/exits_api.py +1 -1
  7. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/fees_api.py +1 -1
  8. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/history_api.py +1 -1
  9. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/lightning_api.py +1 -1
  10. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/notifications_api.py +1 -1
  11. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/onchain_api.py +1 -1
  12. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/wallet_api.py +1 -1
  13. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api_client.py +2 -2
  14. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/configuration.py +3 -3
  15. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/exceptions.py +1 -1
  16. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/__init__.py +1 -1
  17. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/address.py +1 -1
  18. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/ark_address_response.py +1 -1
  19. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/ark_info.py +1 -1
  20. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bad_request_error.py +1 -1
  21. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/balance.py +1 -1
  22. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bark_network.py +1 -1
  23. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth.py +1 -1
  24. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of.py +1 -1
  25. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of1.py +1 -1
  26. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of1_user_pass.py +1 -1
  27. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of_cookie.py +1 -1
  28. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/block_ref.py +1 -1
  29. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/board_fees.py +1 -1
  30. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/board_request.py +1 -1
  31. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config.py +1 -1
  32. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of.py +1 -1
  33. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of1.py +1 -1
  34. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of1_esplora.py +1 -1
  35. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of_bitcoind.py +1 -1
  36. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/child_transaction_info.py +1 -1
  37. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/connected_response.py +1 -1
  38. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/create_wallet_request.py +1 -1
  39. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/create_wallet_response.py +1 -1
  40. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/encoded_vtxo_response.py +1 -1
  41. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_awaiting_delta_state.py +1 -1
  42. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_all_request.py +1 -1
  43. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_in_progress_state.py +1 -1
  44. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_response.py +1 -1
  45. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_vtxos_request.py +1 -1
  46. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claimable_state.py +1 -1
  47. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claimed_state.py +1 -1
  48. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error.py +1 -1
  49. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of.py +1 -1
  50. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of1.py +1 -1
  51. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of10.py +1 -1
  52. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of11.py +1 -1
  53. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of12.py +1 -1
  54. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of13.py +1 -1
  55. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of14.py +1 -1
  56. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of15.py +1 -1
  57. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of16.py +1 -1
  58. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of17.py +1 -1
  59. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of18.py +1 -1
  60. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of19.py +1 -1
  61. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of2.py +1 -1
  62. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of20.py +1 -1
  63. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of21.py +1 -1
  64. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of22.py +1 -1
  65. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of23.py +1 -1
  66. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of24.py +1 -1
  67. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of25.py +1 -1
  68. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of3.py +1 -1
  69. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of4.py +1 -1
  70. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of5.py +1 -1
  71. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of6.py +1 -1
  72. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of7.py +1 -1
  73. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of8.py +1 -1
  74. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of9.py +1 -1
  75. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_processing_state.py +1 -1
  76. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_progress_request.py +1 -1
  77. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_progress_response.py +1 -1
  78. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_progress_status.py +1 -1
  79. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_start_request.py +1 -1
  80. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_start_response.py +1 -1
  81. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_start_state.py +1 -1
  82. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state.py +1 -1
  83. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of.py +1 -1
  84. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of1.py +1 -1
  85. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of2.py +1 -1
  86. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of3.py +1 -1
  87. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of4.py +1 -1
  88. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of5.py +1 -1
  89. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_status_request.py +1 -1
  90. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_transaction_package.py +1 -1
  91. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_transaction_status.py +1 -1
  92. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx.py +1 -1
  93. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin.py +1 -1
  94. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin_one_of.py +1 -1
  95. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin_one_of1.py +1 -1
  96. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin_one_of2.py +1 -1
  97. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status.py +1 -1
  98. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of.py +1 -1
  99. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of1.py +1 -1
  100. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of2.py +1 -1
  101. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of3.py +1 -1
  102. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of4.py +1 -1
  103. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_estimate_query.py +1 -1
  104. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_estimate_response.py +1 -1
  105. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_info.py +1 -1
  106. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_schedule.py +1 -1
  107. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/import_vtxo_request.py +1 -1
  108. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/internal_server_error.py +1 -1
  109. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/invoice_info.py +1 -1
  110. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_invoice_request.py +1 -1
  111. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_pay_request.py +1 -1
  112. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_pay_response.py +1 -1
  113. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_receive_fees.py +1 -1
  114. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_receive_info.py +1 -1
  115. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_send_fees.py +1 -1
  116. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/mailbox_sync_response.py +1 -1
  117. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/mnemonic_response.py +1 -1
  118. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement.py +1 -1
  119. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_destination.py +1 -1
  120. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_status.py +1 -1
  121. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_subsystem.py +1 -1
  122. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_timestamp.py +1 -1
  123. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/next_round_start.py +1 -1
  124. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/not_found_error.py +1 -1
  125. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_all_fee_estimate_query.py +1 -1
  126. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_all_request.py +1 -1
  127. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_fees.py +1 -1
  128. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_result.py +1 -1
  129. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_vtxos_request.py +1 -1
  130. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_balance.py +1 -1
  131. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_drain_request.py +1 -1
  132. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_fee_rates_response.py +1 -1
  133. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_send_many_request.py +1 -1
  134. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_send_request.py +1 -1
  135. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/payment_method.py +1 -1
  136. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/pending_board_info.py +1 -1
  137. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/pending_round_info.py +1 -1
  138. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/ppm_expiry_fee_entry.py +1 -1
  139. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/refresh_fees.py +1 -1
  140. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/refresh_request.py +1 -1
  141. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_participation_info.py +1 -1
  142. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status.py +1 -1
  143. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of.py +1 -1
  144. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of1.py +1 -1
  145. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of2.py +1 -1
  146. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of3.py +1 -1
  147. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of4.py +1 -1
  148. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of5.py +1 -1
  149. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send.py +1 -1
  150. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_onchain_fee_estimate_query.py +1 -1
  151. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_onchain_request.py +1 -1
  152. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_request.py +1 -1
  153. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_response.py +1 -1
  154. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/tip_response.py +1 -1
  155. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/transaction_info.py +1 -1
  156. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/utxo_info.py +1 -1
  157. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_info.py +1 -1
  158. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_request_info.py +1 -1
  159. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info.py +1 -1
  160. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info_one_of.py +1 -1
  161. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info_one_of1.py +1 -1
  162. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info_one_of2.py +1 -1
  163. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxos_query.py +1 -1
  164. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_delete_request.py +1 -1
  165. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_delete_response.py +1 -1
  166. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_exists_response.py +1 -1
  167. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification.py +1 -1
  168. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification_one_of.py +1 -1
  169. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification_one_of1.py +1 -1
  170. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification_one_of2.py +1 -1
  171. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_tx_info.py +1 -1
  172. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_vtxo_info.py +1 -1
  173. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/rest.py +1 -1
  174. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/PKG-INFO +1 -1
  175. {barkd_client-0.2.2 → barkd_client-0.2.4}/pyproject.toml +1 -1
  176. {barkd_client-0.2.2 → barkd_client-0.2.4}/setup.py +2 -2
  177. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_address.py +1 -1
  178. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_ark_address_response.py +1 -1
  179. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_ark_info.py +1 -1
  180. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bad_request_error.py +1 -1
  181. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_balance.py +1 -1
  182. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bark_network.py +1 -1
  183. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoin_api.py +1 -1
  184. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth.py +1 -1
  185. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of.py +1 -1
  186. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of1.py +1 -1
  187. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of1_user_pass.py +1 -1
  188. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of_cookie.py +1 -1
  189. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_block_ref.py +1 -1
  190. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_board_fees.py +1 -1
  191. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_board_request.py +1 -1
  192. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_boards_api.py +1 -1
  193. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config.py +1 -1
  194. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of.py +1 -1
  195. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of1.py +1 -1
  196. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of1_esplora.py +1 -1
  197. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of_bitcoind.py +1 -1
  198. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_child_transaction_info.py +1 -1
  199. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_connected_response.py +1 -1
  200. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_create_wallet_request.py +1 -1
  201. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_create_wallet_response.py +1 -1
  202. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_default_api.py +1 -1
  203. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_encoded_vtxo_response.py +1 -1
  204. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_awaiting_delta_state.py +1 -1
  205. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_all_request.py +1 -1
  206. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_in_progress_state.py +1 -1
  207. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_response.py +1 -1
  208. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_vtxos_request.py +1 -1
  209. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claimable_state.py +1 -1
  210. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claimed_state.py +1 -1
  211. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error.py +1 -1
  212. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of.py +1 -1
  213. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of1.py +1 -1
  214. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of10.py +1 -1
  215. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of11.py +1 -1
  216. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of12.py +1 -1
  217. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of13.py +1 -1
  218. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of14.py +1 -1
  219. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of15.py +1 -1
  220. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of16.py +1 -1
  221. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of17.py +1 -1
  222. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of18.py +1 -1
  223. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of19.py +1 -1
  224. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of2.py +1 -1
  225. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of20.py +1 -1
  226. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of21.py +1 -1
  227. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of22.py +1 -1
  228. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of23.py +1 -1
  229. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of24.py +1 -1
  230. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of25.py +1 -1
  231. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of3.py +1 -1
  232. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of4.py +1 -1
  233. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of5.py +1 -1
  234. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of6.py +1 -1
  235. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of7.py +1 -1
  236. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of8.py +1 -1
  237. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of9.py +1 -1
  238. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_processing_state.py +1 -1
  239. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_progress_request.py +1 -1
  240. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_progress_response.py +1 -1
  241. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_progress_status.py +1 -1
  242. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_start_request.py +1 -1
  243. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_start_response.py +1 -1
  244. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_start_state.py +1 -1
  245. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state.py +1 -1
  246. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of.py +1 -1
  247. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of1.py +1 -1
  248. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of2.py +1 -1
  249. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of3.py +1 -1
  250. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of4.py +1 -1
  251. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of5.py +1 -1
  252. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_status_request.py +1 -1
  253. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_transaction_package.py +1 -1
  254. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_transaction_status.py +1 -1
  255. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx.py +1 -1
  256. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin.py +1 -1
  257. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin_one_of.py +1 -1
  258. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin_one_of1.py +1 -1
  259. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin_one_of2.py +1 -1
  260. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status.py +1 -1
  261. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of.py +1 -1
  262. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of1.py +1 -1
  263. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of2.py +1 -1
  264. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of3.py +1 -1
  265. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of4.py +1 -1
  266. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exits_api.py +1 -1
  267. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_estimate_query.py +1 -1
  268. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_estimate_response.py +1 -1
  269. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_info.py +1 -1
  270. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_schedule.py +1 -1
  271. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fees_api.py +1 -1
  272. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_history_api.py +1 -1
  273. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_import_vtxo_request.py +1 -1
  274. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_internal_server_error.py +1 -1
  275. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_invoice_info.py +1 -1
  276. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_api.py +1 -1
  277. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_invoice_request.py +1 -1
  278. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_pay_request.py +1 -1
  279. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_pay_response.py +1 -1
  280. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_receive_fees.py +1 -1
  281. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_receive_info.py +1 -1
  282. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_send_fees.py +1 -1
  283. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_mailbox_sync_response.py +1 -1
  284. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_mnemonic_response.py +1 -1
  285. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement.py +1 -1
  286. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_destination.py +1 -1
  287. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_status.py +1 -1
  288. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_subsystem.py +1 -1
  289. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_timestamp.py +1 -1
  290. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_next_round_start.py +1 -1
  291. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_not_found_error.py +1 -1
  292. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_notifications_api.py +1 -1
  293. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_all_fee_estimate_query.py +1 -1
  294. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_all_request.py +1 -1
  295. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_fees.py +1 -1
  296. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_result.py +1 -1
  297. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_vtxos_request.py +1 -1
  298. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_api.py +1 -1
  299. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_balance.py +1 -1
  300. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_drain_request.py +1 -1
  301. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_fee_rates_response.py +1 -1
  302. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_send_many_request.py +1 -1
  303. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_send_request.py +1 -1
  304. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_payment_method.py +1 -1
  305. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_pending_board_info.py +1 -1
  306. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_pending_round_info.py +1 -1
  307. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_ppm_expiry_fee_entry.py +1 -1
  308. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_refresh_fees.py +1 -1
  309. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_refresh_request.py +1 -1
  310. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_participation_info.py +1 -1
  311. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status.py +1 -1
  312. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of.py +1 -1
  313. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of1.py +1 -1
  314. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of2.py +1 -1
  315. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of3.py +1 -1
  316. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of4.py +1 -1
  317. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of5.py +1 -1
  318. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send.py +1 -1
  319. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_onchain_fee_estimate_query.py +1 -1
  320. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_onchain_request.py +1 -1
  321. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_request.py +1 -1
  322. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_response.py +1 -1
  323. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_tip_response.py +1 -1
  324. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_transaction_info.py +1 -1
  325. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_utxo_info.py +1 -1
  326. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_info.py +1 -1
  327. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_request_info.py +1 -1
  328. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info.py +1 -1
  329. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info_one_of.py +1 -1
  330. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info_one_of1.py +1 -1
  331. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info_one_of2.py +1 -1
  332. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxos_query.py +1 -1
  333. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_api.py +1 -1
  334. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_delete_request.py +1 -1
  335. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_delete_response.py +1 -1
  336. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_exists_response.py +1 -1
  337. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification.py +1 -1
  338. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification_one_of.py +1 -1
  339. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification_one_of1.py +1 -1
  340. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification_one_of2.py +1 -1
  341. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_tx_info.py +1 -1
  342. {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_vtxo_info.py +1 -1
  343. {barkd_client-0.2.2 → barkd_client-0.2.4}/README.md +0 -0
  344. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/__init__.py +0 -0
  345. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api_response.py +0 -0
  346. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/py.typed +0 -0
  347. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/SOURCES.txt +0 -0
  348. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/dependency_links.txt +0 -0
  349. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/requires.txt +0 -0
  350. {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/top_level.txt +0 -0
  351. {barkd_client-0.2.2 → barkd_client-0.2.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: barkd_client
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: barkd REST API
5
5
  Home-page: https://gitlab.com/ark-bitcoin/barkd-clients
6
6
  Author: Second Team
@@ -7,7 +7,7 @@
7
7
 
8
8
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
9
9
 
10
- The version of the OpenAPI document: 0.2.2
10
+ The version of the OpenAPI document: 0.2.4
11
11
  Contact: hello@second.tech
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "0.2.2"
18
+ __version__ = "0.2.4"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/0.2.2/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.2.4/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -514,8 +514,8 @@ class Configuration:
514
514
  return "Python SDK Debug Report:\n"\
515
515
  "OS: {env}\n"\
516
516
  "Python Version: {pyversion}\n"\
517
- "Version of the API: 0.2.2\n"\
518
- "SDK Package Version: 0.2.2".\
517
+ "Version of the API: 0.2.4\n"\
518
+ "SDK Package Version: 0.2.4".\
519
519
  format(env=sys.platform, pyversion=sys.version)
520
520
 
521
521
  def get_host_settings(self) -> List[HostSetting]:
@@ -3,7 +3,7 @@
3
3
 
4
4
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
5
5
 
6
- The version of the OpenAPI document: 0.2.2
6
+ The version of the OpenAPI document: 0.2.4
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
8
8
 
9
- The version of the OpenAPI document: 0.2.2
9
+ The version of the OpenAPI document: 0.2.4
10
10
  Contact: hello@second.tech
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  A simple REST API for barkd, a wallet daemon for integrating bitcoin payments into your app over HTTP. Supports self-custodial Lightning, Ark, and on-chain out of the box. barkd is a long-running daemon best suited for always-on or high-connectivity environments like nodes, servers, desktops, and point-of-sale terminals. All endpoints return JSON. Amounts are denominated in satoshis.
7
7
 
8
- The version of the OpenAPI document: 0.2.2
8
+ The version of the OpenAPI document: 0.2.4
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11