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.
- {barkd_client-0.2.2 → barkd_client-0.2.4}/PKG-INFO +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/__init__.py +2 -2
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/bitcoin_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/boards_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/default_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/exits_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/fees_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/history_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/lightning_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/notifications_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/onchain_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/wallet_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api_client.py +2 -2
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/configuration.py +3 -3
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/exceptions.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/__init__.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/address.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/ark_address_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/ark_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bad_request_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/balance.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bark_network.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of1_user_pass.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of_cookie.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/block_ref.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/board_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/board_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of1_esplora.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of_bitcoind.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/child_transaction_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/connected_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/create_wallet_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/create_wallet_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/encoded_vtxo_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_awaiting_delta_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_all_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_in_progress_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_vtxos_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claimable_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claimed_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of10.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of11.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of12.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of13.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of14.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of15.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of16.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of17.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of18.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of19.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of20.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of21.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of22.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of23.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of24.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of25.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of5.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of6.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of7.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of8.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_error_one_of9.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_processing_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_progress_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_progress_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_progress_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_start_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_start_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_start_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_state_one_of5.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_status_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_transaction_package.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_transaction_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_origin_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_tx_status_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_estimate_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_estimate_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/fee_schedule.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/import_vtxo_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/internal_server_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/invoice_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_invoice_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_pay_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_pay_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_receive_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_receive_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/lightning_send_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/mailbox_sync_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/mnemonic_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_destination.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_subsystem.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/movement_timestamp.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/next_round_start.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/not_found_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_all_fee_estimate_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_all_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_result.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/offboard_vtxos_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_balance.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_drain_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_fee_rates_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_send_many_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/onchain_send_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/payment_method.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/pending_board_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/pending_round_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/ppm_expiry_fee_entry.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/refresh_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/refresh_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_participation_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/round_status_one_of5.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_onchain_fee_estimate_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_onchain_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/send_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/tip_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/transaction_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/utxo_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_request_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxo_state_info_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/vtxos_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_delete_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_delete_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_exists_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_notification_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_tx_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/wallet_vtxo_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/rest.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/PKG-INFO +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/pyproject.toml +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/setup.py +2 -2
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_address.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_ark_address_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_ark_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bad_request_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_balance.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bark_network.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoin_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of1_user_pass.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_bitcoind_auth_one_of_cookie.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_block_ref.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_board_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_board_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_boards_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of1_esplora.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_chain_source_config_one_of_bitcoind.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_child_transaction_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_connected_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_create_wallet_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_create_wallet_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_default_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_encoded_vtxo_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_awaiting_delta_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_all_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_in_progress_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claim_vtxos_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claimable_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_claimed_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of10.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of11.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of12.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of13.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of14.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of15.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of16.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of17.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of18.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of19.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of20.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of21.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of22.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of23.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of24.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of25.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of5.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of6.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of7.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of8.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_error_one_of9.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_processing_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_progress_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_progress_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_progress_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_start_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_start_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_start_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_state_one_of5.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_status_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_transaction_package.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_transaction_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_origin_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exit_tx_status_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_exits_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_estimate_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_estimate_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fee_schedule.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_fees_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_history_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_import_vtxo_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_internal_server_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_invoice_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_invoice_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_pay_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_pay_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_receive_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_receive_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_lightning_send_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_mailbox_sync_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_mnemonic_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_destination.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_subsystem.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_movement_timestamp.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_next_round_start.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_not_found_error.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_notifications_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_all_fee_estimate_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_all_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_result.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_offboard_vtxos_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_balance.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_drain_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_fee_rates_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_send_many_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_onchain_send_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_payment_method.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_pending_board_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_pending_round_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_ppm_expiry_fee_entry.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_refresh_fees.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_refresh_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_participation_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of3.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of4.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_round_status_one_of5.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_onchain_fee_estimate_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_onchain_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_send_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_tip_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_transaction_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_utxo_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_request_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxo_state_info_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_vtxos_query.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_api.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_delete_request.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_delete_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_exists_response.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification_one_of.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification_one_of1.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_notification_one_of2.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_tx_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/test/test_wallet_vtxo_info.py +1 -1
- {barkd_client-0.2.2 → barkd_client-0.2.4}/README.md +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api/__init__.py +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/api_response.py +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/py.typed +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/SOURCES.txt +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/dependency_links.txt +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/requires.txt +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client.egg-info/top_level.txt +0 -0
- {barkd_client-0.2.2 → barkd_client-0.2.4}/setup.cfg +0 -0
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
518
|
-
"SDK Package Version: 0.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
{barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of1_user_pass.py
RENAMED
|
@@ -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.
|
|
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
|
|
{barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/bitcoind_auth_one_of_cookie.py
RENAMED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
{barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of1.py
RENAMED
|
@@ -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.
|
|
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
|
|
{barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of1_esplora.py
RENAMED
|
@@ -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.
|
|
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
|
|
{barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/chain_source_config_one_of_bitcoind.py
RENAMED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
{barkd_client-0.2.2 → barkd_client-0.2.4}/barkd_client/models/exit_claim_in_progress_state.py
RENAMED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|