barkd-client 0.2.1__tar.gz → 0.2.2__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.1 → barkd_client-0.2.2}/PKG-INFO +2 -1
  2. {barkd_client-0.2.1 → barkd_client-0.2.2}/README.md +1 -0
  3. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/__init__.py +4 -2
  4. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/bitcoin_api.py +1 -1
  5. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/boards_api.py +1 -1
  6. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/default_api.py +1 -1
  7. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/exits_api.py +1 -1
  8. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/fees_api.py +1 -1
  9. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/history_api.py +1 -1
  10. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/lightning_api.py +1 -1
  11. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/notifications_api.py +1 -1
  12. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/onchain_api.py +1 -1
  13. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/wallet_api.py +254 -1
  14. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api_client.py +2 -2
  15. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/configuration.py +3 -3
  16. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/exceptions.py +1 -1
  17. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/__init__.py +2 -1
  18. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/address.py +1 -1
  19. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/ark_address_response.py +1 -1
  20. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/ark_info.py +1 -1
  21. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bad_request_error.py +1 -1
  22. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/balance.py +1 -1
  23. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bark_network.py +1 -1
  24. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth.py +1 -1
  25. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of.py +1 -1
  26. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of1.py +1 -1
  27. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of1_user_pass.py +1 -1
  28. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of_cookie.py +1 -1
  29. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/block_ref.py +1 -1
  30. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/board_fees.py +1 -1
  31. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/board_request.py +1 -1
  32. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/chain_source_config.py +1 -1
  33. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of.py +1 -1
  34. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of1.py +1 -1
  35. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of1_esplora.py +1 -1
  36. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of_bitcoind.py +1 -1
  37. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/child_transaction_info.py +1 -1
  38. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/connected_response.py +1 -1
  39. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/create_wallet_request.py +1 -1
  40. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/create_wallet_response.py +1 -1
  41. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/encoded_vtxo_response.py +1 -1
  42. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_awaiting_delta_state.py +1 -1
  43. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_claim_all_request.py +1 -1
  44. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_claim_in_progress_state.py +1 -1
  45. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_claim_response.py +1 -1
  46. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_claim_vtxos_request.py +1 -1
  47. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_claimable_state.py +1 -1
  48. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_claimed_state.py +1 -1
  49. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error.py +1 -1
  50. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of.py +1 -1
  51. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of1.py +1 -1
  52. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of10.py +1 -1
  53. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of11.py +1 -1
  54. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of12.py +1 -1
  55. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of13.py +1 -1
  56. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of14.py +1 -1
  57. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of15.py +1 -1
  58. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of16.py +1 -1
  59. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of17.py +1 -1
  60. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of18.py +1 -1
  61. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of19.py +1 -1
  62. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of2.py +1 -1
  63. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of20.py +1 -1
  64. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of21.py +1 -1
  65. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of22.py +1 -1
  66. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of23.py +1 -1
  67. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of24.py +1 -1
  68. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of25.py +1 -1
  69. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of3.py +1 -1
  70. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of4.py +1 -1
  71. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of5.py +1 -1
  72. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of6.py +1 -1
  73. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of7.py +1 -1
  74. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of8.py +1 -1
  75. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of9.py +1 -1
  76. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_processing_state.py +1 -1
  77. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_progress_request.py +1 -1
  78. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_progress_response.py +13 -2
  79. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_progress_status.py +1 -1
  80. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_start_request.py +1 -1
  81. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_start_response.py +1 -1
  82. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_start_state.py +1 -1
  83. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state.py +1 -1
  84. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of.py +1 -1
  85. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of1.py +1 -1
  86. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of2.py +1 -1
  87. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of3.py +1 -1
  88. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of4.py +1 -1
  89. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of5.py +1 -1
  90. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_status_request.py +1 -1
  91. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_transaction_package.py +1 -1
  92. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_transaction_status.py +1 -1
  93. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx.py +1 -1
  94. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin.py +1 -1
  95. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin_one_of.py +1 -1
  96. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin_one_of1.py +1 -1
  97. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin_one_of2.py +1 -1
  98. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status.py +1 -1
  99. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of.py +1 -1
  100. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of1.py +1 -1
  101. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of2.py +1 -1
  102. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of3.py +1 -1
  103. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of4.py +1 -1
  104. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/fee_estimate_query.py +1 -1
  105. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/fee_estimate_response.py +1 -1
  106. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/fee_info.py +1 -1
  107. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/fee_schedule.py +1 -1
  108. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/import_vtxo_request.py +1 -1
  109. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/internal_server_error.py +1 -1
  110. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/invoice_info.py +1 -1
  111. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/lightning_invoice_request.py +1 -1
  112. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/lightning_pay_request.py +1 -1
  113. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/lightning_pay_response.py +1 -1
  114. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/lightning_receive_fees.py +1 -1
  115. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/lightning_receive_info.py +1 -1
  116. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/lightning_send_fees.py +1 -1
  117. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/mailbox_sync_response.py +1 -1
  118. barkd_client-0.2.2/barkd_client/models/mnemonic_response.py +88 -0
  119. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/movement.py +1 -1
  120. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/movement_destination.py +1 -1
  121. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/movement_status.py +1 -1
  122. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/movement_subsystem.py +1 -1
  123. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/movement_timestamp.py +1 -1
  124. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/next_round_start.py +1 -1
  125. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/not_found_error.py +1 -1
  126. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/offboard_all_fee_estimate_query.py +1 -1
  127. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/offboard_all_request.py +1 -1
  128. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/offboard_fees.py +1 -1
  129. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/offboard_result.py +1 -1
  130. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/offboard_vtxos_request.py +1 -1
  131. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/onchain_balance.py +1 -1
  132. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/onchain_drain_request.py +1 -1
  133. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/onchain_fee_rates_response.py +1 -1
  134. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/onchain_send_many_request.py +1 -1
  135. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/onchain_send_request.py +1 -1
  136. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/payment_method.py +1 -1
  137. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/pending_board_info.py +1 -1
  138. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/pending_round_info.py +1 -1
  139. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/ppm_expiry_fee_entry.py +1 -1
  140. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/refresh_fees.py +1 -1
  141. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/refresh_request.py +1 -1
  142. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_participation_info.py +1 -1
  143. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status.py +1 -1
  144. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of.py +1 -1
  145. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of1.py +1 -1
  146. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of2.py +1 -1
  147. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of3.py +1 -1
  148. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of4.py +1 -1
  149. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of5.py +1 -1
  150. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/send.py +1 -1
  151. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/send_onchain_fee_estimate_query.py +1 -1
  152. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/send_onchain_request.py +1 -1
  153. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/send_request.py +1 -1
  154. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/send_response.py +1 -1
  155. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/tip_response.py +1 -1
  156. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/transaction_info.py +1 -1
  157. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/utxo_info.py +1 -1
  158. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxo_info.py +1 -1
  159. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxo_request_info.py +1 -1
  160. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info.py +1 -1
  161. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info_one_of.py +1 -1
  162. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info_one_of1.py +1 -1
  163. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info_one_of2.py +1 -1
  164. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/vtxos_query.py +1 -1
  165. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_delete_request.py +1 -1
  166. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_delete_response.py +1 -1
  167. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_exists_response.py +1 -1
  168. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_notification.py +1 -1
  169. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_notification_one_of.py +1 -1
  170. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_notification_one_of1.py +1 -1
  171. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_notification_one_of2.py +1 -1
  172. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_tx_info.py +5 -3
  173. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/models/wallet_vtxo_info.py +1 -1
  174. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/rest.py +1 -1
  175. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client.egg-info/PKG-INFO +2 -1
  176. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client.egg-info/SOURCES.txt +2 -0
  177. {barkd_client-0.2.1 → barkd_client-0.2.2}/pyproject.toml +1 -1
  178. {barkd_client-0.2.1 → barkd_client-0.2.2}/setup.py +2 -2
  179. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_address.py +1 -1
  180. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_ark_address_response.py +1 -1
  181. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_ark_info.py +1 -1
  182. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bad_request_error.py +1 -1
  183. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_balance.py +1 -1
  184. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bark_network.py +1 -1
  185. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bitcoin_api.py +1 -1
  186. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bitcoind_auth.py +1 -1
  187. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of.py +1 -1
  188. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of1.py +1 -1
  189. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of1_user_pass.py +1 -1
  190. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of_cookie.py +1 -1
  191. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_block_ref.py +1 -1
  192. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_board_fees.py +1 -1
  193. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_board_request.py +1 -1
  194. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_boards_api.py +1 -1
  195. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_chain_source_config.py +1 -1
  196. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_chain_source_config_one_of.py +1 -1
  197. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_chain_source_config_one_of1.py +1 -1
  198. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_chain_source_config_one_of1_esplora.py +1 -1
  199. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_chain_source_config_one_of_bitcoind.py +1 -1
  200. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_child_transaction_info.py +1 -1
  201. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_connected_response.py +1 -1
  202. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_create_wallet_request.py +1 -1
  203. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_create_wallet_response.py +1 -1
  204. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_default_api.py +1 -1
  205. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_encoded_vtxo_response.py +1 -1
  206. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_awaiting_delta_state.py +1 -1
  207. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_claim_all_request.py +1 -1
  208. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_claim_in_progress_state.py +1 -1
  209. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_claim_response.py +1 -1
  210. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_claim_vtxos_request.py +1 -1
  211. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_claimable_state.py +1 -1
  212. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_claimed_state.py +1 -1
  213. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error.py +1 -1
  214. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of.py +1 -1
  215. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of1.py +1 -1
  216. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of10.py +1 -1
  217. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of11.py +1 -1
  218. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of12.py +1 -1
  219. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of13.py +1 -1
  220. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of14.py +1 -1
  221. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of15.py +1 -1
  222. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of16.py +1 -1
  223. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of17.py +1 -1
  224. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of18.py +1 -1
  225. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of19.py +1 -1
  226. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of2.py +1 -1
  227. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of20.py +1 -1
  228. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of21.py +1 -1
  229. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of22.py +1 -1
  230. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of23.py +1 -1
  231. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of24.py +1 -1
  232. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of25.py +1 -1
  233. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of3.py +1 -1
  234. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of4.py +1 -1
  235. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of5.py +1 -1
  236. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of6.py +1 -1
  237. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of7.py +1 -1
  238. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of8.py +1 -1
  239. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_error_one_of9.py +1 -1
  240. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_processing_state.py +1 -1
  241. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_progress_request.py +1 -1
  242. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_progress_response.py +2 -1
  243. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_progress_status.py +1 -1
  244. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_start_request.py +1 -1
  245. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_start_response.py +1 -1
  246. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_start_state.py +1 -1
  247. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state.py +1 -1
  248. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state_one_of.py +1 -1
  249. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state_one_of1.py +1 -1
  250. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state_one_of2.py +1 -1
  251. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state_one_of3.py +1 -1
  252. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state_one_of4.py +1 -1
  253. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_state_one_of5.py +1 -1
  254. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_status_request.py +1 -1
  255. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_transaction_package.py +1 -1
  256. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_transaction_status.py +1 -1
  257. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx.py +1 -1
  258. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_origin.py +1 -1
  259. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_origin_one_of.py +1 -1
  260. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_origin_one_of1.py +1 -1
  261. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_origin_one_of2.py +1 -1
  262. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_status.py +1 -1
  263. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of.py +1 -1
  264. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of1.py +1 -1
  265. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of2.py +1 -1
  266. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of3.py +1 -1
  267. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of4.py +1 -1
  268. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_exits_api.py +1 -1
  269. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_fee_estimate_query.py +1 -1
  270. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_fee_estimate_response.py +1 -1
  271. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_fee_info.py +1 -1
  272. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_fee_schedule.py +1 -1
  273. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_fees_api.py +1 -1
  274. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_history_api.py +1 -1
  275. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_import_vtxo_request.py +1 -1
  276. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_internal_server_error.py +1 -1
  277. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_invoice_info.py +1 -1
  278. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_api.py +1 -1
  279. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_invoice_request.py +1 -1
  280. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_pay_request.py +1 -1
  281. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_pay_response.py +1 -1
  282. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_receive_fees.py +1 -1
  283. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_receive_info.py +1 -1
  284. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_lightning_send_fees.py +1 -1
  285. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_mailbox_sync_response.py +1 -1
  286. barkd_client-0.2.2/test/test_mnemonic_response.py +53 -0
  287. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_movement.py +1 -1
  288. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_movement_destination.py +1 -1
  289. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_movement_status.py +1 -1
  290. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_movement_subsystem.py +1 -1
  291. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_movement_timestamp.py +1 -1
  292. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_next_round_start.py +1 -1
  293. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_not_found_error.py +1 -1
  294. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_notifications_api.py +1 -1
  295. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_offboard_all_fee_estimate_query.py +1 -1
  296. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_offboard_all_request.py +1 -1
  297. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_offboard_fees.py +1 -1
  298. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_offboard_result.py +1 -1
  299. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_offboard_vtxos_request.py +1 -1
  300. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_onchain_api.py +1 -1
  301. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_onchain_balance.py +1 -1
  302. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_onchain_drain_request.py +1 -1
  303. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_onchain_fee_rates_response.py +1 -1
  304. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_onchain_send_many_request.py +1 -1
  305. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_onchain_send_request.py +1 -1
  306. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_payment_method.py +1 -1
  307. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_pending_board_info.py +1 -1
  308. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_pending_round_info.py +1 -1
  309. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_ppm_expiry_fee_entry.py +1 -1
  310. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_refresh_fees.py +1 -1
  311. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_refresh_request.py +1 -1
  312. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_participation_info.py +1 -1
  313. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status.py +1 -1
  314. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status_one_of.py +1 -1
  315. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status_one_of1.py +1 -1
  316. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status_one_of2.py +1 -1
  317. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status_one_of3.py +1 -1
  318. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status_one_of4.py +1 -1
  319. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_round_status_one_of5.py +1 -1
  320. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_send.py +1 -1
  321. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_send_onchain_fee_estimate_query.py +1 -1
  322. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_send_onchain_request.py +1 -1
  323. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_send_request.py +1 -1
  324. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_send_response.py +1 -1
  325. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_tip_response.py +1 -1
  326. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_transaction_info.py +1 -1
  327. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_utxo_info.py +1 -1
  328. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxo_info.py +1 -1
  329. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxo_request_info.py +1 -1
  330. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxo_state_info.py +1 -1
  331. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxo_state_info_one_of.py +1 -1
  332. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxo_state_info_one_of1.py +1 -1
  333. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxo_state_info_one_of2.py +1 -1
  334. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_vtxos_query.py +1 -1
  335. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_api.py +8 -1
  336. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_delete_request.py +1 -1
  337. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_delete_response.py +1 -1
  338. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_exists_response.py +1 -1
  339. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_notification.py +1 -1
  340. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_notification_one_of.py +1 -1
  341. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_notification_one_of1.py +1 -1
  342. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_notification_one_of2.py +1 -1
  343. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_tx_info.py +3 -1
  344. {barkd_client-0.2.1 → barkd_client-0.2.2}/test/test_wallet_vtxo_info.py +1 -1
  345. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api/__init__.py +0 -0
  346. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/api_response.py +0 -0
  347. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client/py.typed +0 -0
  348. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client.egg-info/dependency_links.txt +0 -0
  349. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client.egg-info/requires.txt +0 -0
  350. {barkd_client-0.2.1 → barkd_client-0.2.2}/barkd_client.egg-info/top_level.txt +0 -0
  351. {barkd_client-0.2.1 → barkd_client-0.2.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: barkd_client
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: barkd REST API
5
5
  Home-page: https://gitlab.com/ark-bitcoin/barkd-clients
6
6
  Author: Second Team
@@ -93,6 +93,7 @@ Class | Method | HTTP request | Description
93
93
  *WalletApi* | **get_vtxo_encoded** | **GET** /api/v1/wallet/vtxos/{id}/encoded | Get encoded VTXO
94
94
  *WalletApi* | **history** | **GET** /api/v1/wallet/history | Get wallet history (deprecated)
95
95
  *WalletApi* | **import_vtxo** | **POST** /api/v1/wallet/import-vtxo | Import a VTXO
96
+ *WalletApi* | **mnemonic** | **GET** /api/v1/wallet/mnemonic | Get wallet mnemonic
96
97
  *WalletApi* | **movements** | **GET** /api/v1/wallet/movements | List movements (deprecated)
97
98
  *WalletApi* | **next_round** | **GET** /api/v1/wallet/next-round | Get next round time
98
99
  *WalletApi* | **offboard_all** | **POST** /api/v1/wallet/offboard/all | Offboard all VTXOs
@@ -74,6 +74,7 @@ Class | Method | HTTP request | Description
74
74
  *WalletApi* | **get_vtxo_encoded** | **GET** /api/v1/wallet/vtxos/{id}/encoded | Get encoded VTXO
75
75
  *WalletApi* | **history** | **GET** /api/v1/wallet/history | Get wallet history (deprecated)
76
76
  *WalletApi* | **import_vtxo** | **POST** /api/v1/wallet/import-vtxo | Import a VTXO
77
+ *WalletApi* | **mnemonic** | **GET** /api/v1/wallet/mnemonic | Get wallet mnemonic
77
78
  *WalletApi* | **movements** | **GET** /api/v1/wallet/movements | List movements (deprecated)
78
79
  *WalletApi* | **next_round** | **GET** /api/v1/wallet/next-round | Get next round time
79
80
  *WalletApi* | **offboard_all** | **POST** /api/v1/wallet/offboard/all | Offboard all VTXOs
@@ -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.1
10
+ The version of the OpenAPI document: 0.2.2
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.1"
18
+ __version__ = "0.2.2"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -138,6 +138,7 @@ __all__ = [
138
138
  "LightningReceiveInfo",
139
139
  "LightningSendFees",
140
140
  "MailboxSyncResponse",
141
+ "MnemonicResponse",
141
142
  "Movement",
142
143
  "MovementDestination",
143
144
  "MovementStatus",
@@ -319,6 +320,7 @@ from barkd_client.models.lightning_receive_fees import LightningReceiveFees as L
319
320
  from barkd_client.models.lightning_receive_info import LightningReceiveInfo as LightningReceiveInfo
320
321
  from barkd_client.models.lightning_send_fees import LightningSendFees as LightningSendFees
321
322
  from barkd_client.models.mailbox_sync_response import MailboxSyncResponse as MailboxSyncResponse
323
+ from barkd_client.models.mnemonic_response import MnemonicResponse as MnemonicResponse
322
324
  from barkd_client.models.movement import Movement as Movement
323
325
  from barkd_client.models.movement_destination import MovementDestination as MovementDestination
324
326
  from barkd_client.models.movement_status import MovementStatus as MovementStatus
@@ -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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
6
+ The version of the OpenAPI document: 0.2.2
7
7
  Contact: hello@second.tech
8
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
9
9
 
@@ -28,6 +28,7 @@ from barkd_client.models.create_wallet_response import CreateWalletResponse
28
28
  from barkd_client.models.encoded_vtxo_response import EncodedVtxoResponse
29
29
  from barkd_client.models.import_vtxo_request import ImportVtxoRequest
30
30
  from barkd_client.models.mailbox_sync_response import MailboxSyncResponse
31
+ from barkd_client.models.mnemonic_response import MnemonicResponse
31
32
  from barkd_client.models.movement import Movement
32
33
  from barkd_client.models.next_round_start import NextRoundStart
33
34
  from barkd_client.models.offboard_all_request import OffboardAllRequest
@@ -2409,6 +2410,258 @@ class WalletApi:
2409
2410
 
2410
2411
 
2411
2412
 
2413
+ @validate_call
2414
+ def mnemonic(
2415
+ self,
2416
+ _request_timeout: Union[
2417
+ None,
2418
+ Annotated[StrictFloat, Field(gt=0)],
2419
+ Tuple[
2420
+ Annotated[StrictFloat, Field(gt=0)],
2421
+ Annotated[StrictFloat, Field(gt=0)]
2422
+ ]
2423
+ ] = None,
2424
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2425
+ _content_type: Optional[StrictStr] = None,
2426
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2427
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2428
+ ) -> MnemonicResponse:
2429
+ """Get wallet mnemonic
2430
+
2431
+ Returns the BIP-39 mnemonic phrase backing the wallet. Returns 404 when mnemonic exposure is disabled (`BARKD_EXPOSE_MNEMONIC=false` on barkd).
2432
+
2433
+ :param _request_timeout: timeout setting for this request. If one
2434
+ number provided, it will be total request
2435
+ timeout. It can also be a pair (tuple) of
2436
+ (connection, read) timeouts.
2437
+ :type _request_timeout: int, tuple(int, int), optional
2438
+ :param _request_auth: set to override the auth_settings for an a single
2439
+ request; this effectively ignores the
2440
+ authentication in the spec for a single request.
2441
+ :type _request_auth: dict, optional
2442
+ :param _content_type: force content-type for the request.
2443
+ :type _content_type: str, Optional
2444
+ :param _headers: set to override the headers for a single
2445
+ request; this effectively ignores the headers
2446
+ in the spec for a single request.
2447
+ :type _headers: dict, optional
2448
+ :param _host_index: set to override the host_index for a single
2449
+ request; this effectively ignores the host_index
2450
+ in the spec for a single request.
2451
+ :type _host_index: int, optional
2452
+ :return: Returns the result object.
2453
+ """ # noqa: E501
2454
+
2455
+ _param = self._mnemonic_serialize(
2456
+ _request_auth=_request_auth,
2457
+ _content_type=_content_type,
2458
+ _headers=_headers,
2459
+ _host_index=_host_index
2460
+ )
2461
+
2462
+ _response_types_map: Dict[str, Optional[str]] = {
2463
+ '200': "MnemonicResponse",
2464
+ '404': "NotFoundError",
2465
+ '500': "InternalServerError",
2466
+ }
2467
+ response_data = self.api_client.call_api(
2468
+ *_param,
2469
+ _request_timeout=_request_timeout
2470
+ )
2471
+ response_data.read()
2472
+ return self.api_client.response_deserialize(
2473
+ response_data=response_data,
2474
+ response_types_map=_response_types_map,
2475
+ ).data
2476
+
2477
+
2478
+ @validate_call
2479
+ def mnemonic_with_http_info(
2480
+ self,
2481
+ _request_timeout: Union[
2482
+ None,
2483
+ Annotated[StrictFloat, Field(gt=0)],
2484
+ Tuple[
2485
+ Annotated[StrictFloat, Field(gt=0)],
2486
+ Annotated[StrictFloat, Field(gt=0)]
2487
+ ]
2488
+ ] = None,
2489
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2490
+ _content_type: Optional[StrictStr] = None,
2491
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2492
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2493
+ ) -> ApiResponse[MnemonicResponse]:
2494
+ """Get wallet mnemonic
2495
+
2496
+ Returns the BIP-39 mnemonic phrase backing the wallet. Returns 404 when mnemonic exposure is disabled (`BARKD_EXPOSE_MNEMONIC=false` on barkd).
2497
+
2498
+ :param _request_timeout: timeout setting for this request. If one
2499
+ number provided, it will be total request
2500
+ timeout. It can also be a pair (tuple) of
2501
+ (connection, read) timeouts.
2502
+ :type _request_timeout: int, tuple(int, int), optional
2503
+ :param _request_auth: set to override the auth_settings for an a single
2504
+ request; this effectively ignores the
2505
+ authentication in the spec for a single request.
2506
+ :type _request_auth: dict, optional
2507
+ :param _content_type: force content-type for the request.
2508
+ :type _content_type: str, Optional
2509
+ :param _headers: set to override the headers for a single
2510
+ request; this effectively ignores the headers
2511
+ in the spec for a single request.
2512
+ :type _headers: dict, optional
2513
+ :param _host_index: set to override the host_index for a single
2514
+ request; this effectively ignores the host_index
2515
+ in the spec for a single request.
2516
+ :type _host_index: int, optional
2517
+ :return: Returns the result object.
2518
+ """ # noqa: E501
2519
+
2520
+ _param = self._mnemonic_serialize(
2521
+ _request_auth=_request_auth,
2522
+ _content_type=_content_type,
2523
+ _headers=_headers,
2524
+ _host_index=_host_index
2525
+ )
2526
+
2527
+ _response_types_map: Dict[str, Optional[str]] = {
2528
+ '200': "MnemonicResponse",
2529
+ '404': "NotFoundError",
2530
+ '500': "InternalServerError",
2531
+ }
2532
+ response_data = self.api_client.call_api(
2533
+ *_param,
2534
+ _request_timeout=_request_timeout
2535
+ )
2536
+ response_data.read()
2537
+ return self.api_client.response_deserialize(
2538
+ response_data=response_data,
2539
+ response_types_map=_response_types_map,
2540
+ )
2541
+
2542
+
2543
+ @validate_call
2544
+ def mnemonic_without_preload_content(
2545
+ self,
2546
+ _request_timeout: Union[
2547
+ None,
2548
+ Annotated[StrictFloat, Field(gt=0)],
2549
+ Tuple[
2550
+ Annotated[StrictFloat, Field(gt=0)],
2551
+ Annotated[StrictFloat, Field(gt=0)]
2552
+ ]
2553
+ ] = None,
2554
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
2555
+ _content_type: Optional[StrictStr] = None,
2556
+ _headers: Optional[Dict[StrictStr, Any]] = None,
2557
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2558
+ ) -> RESTResponseType:
2559
+ """Get wallet mnemonic
2560
+
2561
+ Returns the BIP-39 mnemonic phrase backing the wallet. Returns 404 when mnemonic exposure is disabled (`BARKD_EXPOSE_MNEMONIC=false` on barkd).
2562
+
2563
+ :param _request_timeout: timeout setting for this request. If one
2564
+ number provided, it will be total request
2565
+ timeout. It can also be a pair (tuple) of
2566
+ (connection, read) timeouts.
2567
+ :type _request_timeout: int, tuple(int, int), optional
2568
+ :param _request_auth: set to override the auth_settings for an a single
2569
+ request; this effectively ignores the
2570
+ authentication in the spec for a single request.
2571
+ :type _request_auth: dict, optional
2572
+ :param _content_type: force content-type for the request.
2573
+ :type _content_type: str, Optional
2574
+ :param _headers: set to override the headers for a single
2575
+ request; this effectively ignores the headers
2576
+ in the spec for a single request.
2577
+ :type _headers: dict, optional
2578
+ :param _host_index: set to override the host_index for a single
2579
+ request; this effectively ignores the host_index
2580
+ in the spec for a single request.
2581
+ :type _host_index: int, optional
2582
+ :return: Returns the result object.
2583
+ """ # noqa: E501
2584
+
2585
+ _param = self._mnemonic_serialize(
2586
+ _request_auth=_request_auth,
2587
+ _content_type=_content_type,
2588
+ _headers=_headers,
2589
+ _host_index=_host_index
2590
+ )
2591
+
2592
+ _response_types_map: Dict[str, Optional[str]] = {
2593
+ '200': "MnemonicResponse",
2594
+ '404': "NotFoundError",
2595
+ '500': "InternalServerError",
2596
+ }
2597
+ response_data = self.api_client.call_api(
2598
+ *_param,
2599
+ _request_timeout=_request_timeout
2600
+ )
2601
+ return response_data.response
2602
+
2603
+
2604
+ def _mnemonic_serialize(
2605
+ self,
2606
+ _request_auth,
2607
+ _content_type,
2608
+ _headers,
2609
+ _host_index,
2610
+ ) -> RequestSerialized:
2611
+
2612
+ _host = None
2613
+
2614
+ _collection_formats: Dict[str, str] = {
2615
+ }
2616
+
2617
+ _path_params: Dict[str, str] = {}
2618
+ _query_params: List[Tuple[str, str]] = []
2619
+ _header_params: Dict[str, Optional[str]] = _headers or {}
2620
+ _form_params: List[Tuple[str, str]] = []
2621
+ _files: Dict[
2622
+ str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
2623
+ ] = {}
2624
+ _body_params: Optional[bytes] = None
2625
+
2626
+ # process the path parameters
2627
+ # process the query parameters
2628
+ # process the header parameters
2629
+ # process the form parameters
2630
+ # process the body parameter
2631
+
2632
+
2633
+ # set the HTTP header `Accept`
2634
+ if 'Accept' not in _header_params:
2635
+ _header_params['Accept'] = self.api_client.select_header_accept(
2636
+ [
2637
+ 'application/json'
2638
+ ]
2639
+ )
2640
+
2641
+
2642
+ # authentication setting
2643
+ _auth_settings: List[str] = [
2644
+ 'bearer'
2645
+ ]
2646
+
2647
+ return self.api_client.param_serialize(
2648
+ method='GET',
2649
+ resource_path='/api/v1/wallet/mnemonic',
2650
+ path_params=_path_params,
2651
+ query_params=_query_params,
2652
+ header_params=_header_params,
2653
+ body=_body_params,
2654
+ post_params=_form_params,
2655
+ files=_files,
2656
+ auth_settings=_auth_settings,
2657
+ collection_formats=_collection_formats,
2658
+ _host=_host,
2659
+ _request_auth=_request_auth
2660
+ )
2661
+
2662
+
2663
+
2664
+
2412
2665
  @validate_call
2413
2666
  def movements(
2414
2667
  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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.2.2/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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1\n"\
518
- "SDK Package Version: 0.2.1".\
517
+ "Version of the API: 0.2.2\n"\
518
+ "SDK Package Version: 0.2.2".\
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.1
6
+ The version of the OpenAPI document: 0.2.2
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.1
9
+ The version of the OpenAPI document: 0.2.2
10
10
  Contact: hello@second.tech
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -114,6 +114,7 @@ from barkd_client.models.lightning_receive_fees import LightningReceiveFees
114
114
  from barkd_client.models.lightning_receive_info import LightningReceiveInfo
115
115
  from barkd_client.models.lightning_send_fees import LightningSendFees
116
116
  from barkd_client.models.mailbox_sync_response import MailboxSyncResponse
117
+ from barkd_client.models.mnemonic_response import MnemonicResponse
117
118
  from barkd_client.models.movement import Movement
118
119
  from barkd_client.models.movement_destination import MovementDestination
119
120
  from barkd_client.models.movement_status import MovementStatus
@@ -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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
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.1
8
+ The version of the OpenAPI document: 0.2.2
9
9
  Contact: hello@second.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11