barkd-client 0.2.0__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.
- {barkd_client-0.2.0 → barkd_client-0.2.2}/PKG-INFO +3 -2
- {barkd_client-0.2.0 → barkd_client-0.2.2}/README.md +2 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/__init__.py +6 -6
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/bitcoin_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/boards_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/default_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/exits_api.py +4 -4
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/fees_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/history_api.py +2 -2
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/lightning_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/notifications_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/onchain_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/wallet_api.py +254 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api_client.py +2 -2
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/configuration.py +3 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/exceptions.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/__init__.py +3 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/address.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/ark_address_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/ark_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bad_request_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/balance.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bark_network.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of1_user_pass.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/bitcoind_auth_one_of_cookie.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/block_ref.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/board_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/board_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/chain_source_config.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of1_esplora.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/chain_source_config_one_of_bitcoind.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/child_transaction_info.py +14 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/connected_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/create_wallet_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/create_wallet_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/encoded_vtxo_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_awaiting_delta_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_claim_all_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_claim_in_progress_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_claim_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_claim_vtxos_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_claimable_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_claimed_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of1.py +1 -1
- barkd_client-0.2.0/barkd_client/models/exit_error_one_of9.py → barkd_client-0.2.2/barkd_client/models/exit_error_one_of10.py +5 -5
- barkd_client-0.2.0/barkd_client/models/exit_error_one_of10.py → barkd_client-0.2.2/barkd_client/models/exit_error_one_of11.py +5 -5
- barkd_client-0.2.0/barkd_client/models/exit_error_one_of11.py → barkd_client-0.2.2/barkd_client/models/exit_error_one_of12.py +5 -5
- barkd_client-0.2.0/barkd_client/models/exit_error_one_of12.py → barkd_client-0.2.2/barkd_client/models/exit_error_one_of13.py +5 -5
- barkd_client-0.2.0/barkd_client/models/exit_error_one_of13.py → barkd_client-0.2.2/barkd_client/models/exit_error_one_of14.py +5 -5
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of15.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of16.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of17.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of18.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of19.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of20.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of21.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of22.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of23.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of24.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of25.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of3.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of4.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of5.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of6.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of7.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_error_one_of8.py +1 -1
- barkd_client-0.2.2/barkd_client/models/exit_error_one_of9.py +97 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_processing_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_progress_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_progress_response.py +13 -2
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_progress_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_start_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_start_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_start_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of3.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of4.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_state_one_of5.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_status_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_transaction_package.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_transaction_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin_one_of.py +1 -1
- barkd_client-0.2.2/barkd_client/models/exit_tx_origin_one_of1.py +95 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_origin_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status.py +9 -37
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/exit_tx_status_one_of2.py +3 -3
- barkd_client-0.2.0/barkd_client/models/exit_tx_status_one_of4.py → barkd_client-0.2.2/barkd_client/models/exit_tx_status_one_of3.py +7 -7
- barkd_client-0.2.0/barkd_client/models/exit_tx_status_one_of6.py → barkd_client-0.2.2/barkd_client/models/exit_tx_status_one_of4.py +5 -5
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/fee_estimate_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/fee_estimate_response.py +1 -1
- barkd_client-0.2.2/barkd_client/models/fee_info.py +91 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/fee_schedule.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/import_vtxo_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/internal_server_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/invoice_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/lightning_invoice_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/lightning_pay_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/lightning_pay_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/lightning_receive_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/lightning_receive_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/lightning_send_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/mailbox_sync_response.py +1 -1
- barkd_client-0.2.2/barkd_client/models/mnemonic_response.py +88 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/movement.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/movement_destination.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/movement_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/movement_subsystem.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/movement_timestamp.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/next_round_start.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/not_found_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/offboard_all_fee_estimate_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/offboard_all_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/offboard_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/offboard_result.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/offboard_vtxos_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/onchain_balance.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/onchain_drain_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/onchain_fee_rates_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/onchain_send_many_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/onchain_send_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/payment_method.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/pending_board_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/pending_round_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/ppm_expiry_fee_entry.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/refresh_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/refresh_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_participation_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of3.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of4.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/round_status_one_of5.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/send.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/send_onchain_fee_estimate_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/send_onchain_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/send_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/send_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/tip_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/transaction_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/utxo_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxo_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxo_request_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxo_state_info_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/vtxos_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_delete_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_delete_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_exists_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_notification.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_notification_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_notification_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_notification_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_tx_info.py +5 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/models/wallet_vtxo_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/rest.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client.egg-info/PKG-INFO +3 -2
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client.egg-info/SOURCES.txt +4 -4
- {barkd_client-0.2.0 → barkd_client-0.2.2}/pyproject.toml +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/setup.py +2 -2
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_address.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_ark_address_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_ark_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bad_request_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_balance.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bark_network.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bitcoin_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bitcoind_auth.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of1_user_pass.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_bitcoind_auth_one_of_cookie.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_block_ref.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_board_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_board_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_boards_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_chain_source_config.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_chain_source_config_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_chain_source_config_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_chain_source_config_one_of1_esplora.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_chain_source_config_one_of_bitcoind.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_child_transaction_info.py +4 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_connected_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_create_wallet_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_create_wallet_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_default_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_encoded_vtxo_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_awaiting_delta_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_claim_all_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_claim_in_progress_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_claim_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_claim_vtxos_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_claimable_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_claimed_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error.py +1 -9
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of10.py +7 -7
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of11.py +5 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of12.py +3 -5
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of13.py +7 -7
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of14.py +7 -11
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of15.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of16.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of17.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of18.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of19.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of20.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of21.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of22.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of23.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of24.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of25.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of3.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of4.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of5.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of6.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of7.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of8.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_error_one_of9.py +5 -7
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_processing_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_progress_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_progress_response.py +2 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_progress_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_start_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_start_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_start_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state_one_of3.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state_one_of4.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_state_one_of5.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_status_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_transaction_package.py +2 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_transaction_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_origin.py +2 -8
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_origin_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_origin_one_of1.py +1 -7
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_origin_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_status.py +1 -7
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of2.py +3 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of3.py +7 -9
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exit_tx_status_one_of4.py +9 -3
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_exits_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_fee_estimate_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_fee_estimate_response.py +1 -1
- barkd_client-0.2.2/test/test_fee_info.py +55 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_fee_schedule.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_fees_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_history_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_import_vtxo_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_internal_server_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_invoice_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_invoice_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_pay_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_pay_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_receive_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_receive_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_lightning_send_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_mailbox_sync_response.py +1 -1
- barkd_client-0.2.2/test/test_mnemonic_response.py +53 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_movement.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_movement_destination.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_movement_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_movement_subsystem.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_movement_timestamp.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_next_round_start.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_not_found_error.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_notifications_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_offboard_all_fee_estimate_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_offboard_all_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_offboard_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_offboard_result.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_offboard_vtxos_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_onchain_api.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_onchain_balance.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_onchain_drain_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_onchain_fee_rates_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_onchain_send_many_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_onchain_send_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_payment_method.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_pending_board_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_pending_round_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_ppm_expiry_fee_entry.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_refresh_fees.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_refresh_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_participation_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status_one_of3.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status_one_of4.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_round_status_one_of5.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_send.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_send_onchain_fee_estimate_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_send_onchain_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_send_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_send_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_tip_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_transaction_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_utxo_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxo_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxo_request_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxo_state_info.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxo_state_info_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxo_state_info_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxo_state_info_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_vtxos_query.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_api.py +8 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_delete_request.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_delete_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_exists_response.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_notification.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_notification_one_of.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_notification_one_of1.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_notification_one_of2.py +1 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_tx_info.py +3 -1
- {barkd_client-0.2.0 → barkd_client-0.2.2}/test/test_wallet_vtxo_info.py +1 -1
- barkd_client-0.2.0/barkd_client/models/exit_error_one_of14.py +0 -104
- barkd_client-0.2.0/barkd_client/models/exit_tx_origin_one_of1.py +0 -102
- barkd_client-0.2.0/barkd_client/models/exit_tx_status_one_of3.py +0 -102
- barkd_client-0.2.0/barkd_client/models/exit_tx_status_one_of5.py +0 -103
- barkd_client-0.2.0/test/test_exit_tx_status_one_of5.py +0 -57
- barkd_client-0.2.0/test/test_exit_tx_status_one_of6.py +0 -63
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api/__init__.py +0 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/api_response.py +0 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client/py.typed +0 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client.egg-info/dependency_links.txt +0 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client.egg-info/requires.txt +0 -0
- {barkd_client-0.2.0 → barkd_client-0.2.2}/barkd_client.egg-info/top_level.txt +0 -0
- {barkd_client-0.2.0 → 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.
|
|
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
|
|
@@ -68,7 +68,7 @@ Class | Method | HTTP request | Description
|
|
|
68
68
|
*FeesApi* | **offboard_all_fee** | **GET** /api/v1/fees/offboard-all | Estimate offboard-all fee
|
|
69
69
|
*FeesApi* | **onchain_fee_rates** | **GET** /api/v1/fees/onchain | Get on-chain fee rates
|
|
70
70
|
*FeesApi* | **send_onchain_fee** | **GET** /api/v1/fees/send-onchain | Estimate send-onchain fee
|
|
71
|
-
*HistoryApi* | **list** | **GET** /api/v1/history
|
|
71
|
+
*HistoryApi* | **list** | **GET** /api/v1/history | Get wallet history
|
|
72
72
|
*HistoryApi* | **update_metadata** | **POST** /api/v1/history/{id}/metadata | Patch movement metadata
|
|
73
73
|
*LightningApi* | **cancel_receive** | **DELETE** /api/v1/lightning/receives/{identifier} | Cancel a pending receive
|
|
74
74
|
*LightningApi* | **generate_invoice** | **POST** /api/v1/lightning/receives/invoice | Create a BOLT11 invoice
|
|
@@ -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
|
|
@@ -49,7 +49,7 @@ Class | Method | HTTP request | Description
|
|
|
49
49
|
*FeesApi* | **offboard_all_fee** | **GET** /api/v1/fees/offboard-all | Estimate offboard-all fee
|
|
50
50
|
*FeesApi* | **onchain_fee_rates** | **GET** /api/v1/fees/onchain | Get on-chain fee rates
|
|
51
51
|
*FeesApi* | **send_onchain_fee** | **GET** /api/v1/fees/send-onchain | Estimate send-onchain fee
|
|
52
|
-
*HistoryApi* | **list** | **GET** /api/v1/history
|
|
52
|
+
*HistoryApi* | **list** | **GET** /api/v1/history | Get wallet history
|
|
53
53
|
*HistoryApi* | **update_metadata** | **POST** /api/v1/history/{id}/metadata | Patch movement metadata
|
|
54
54
|
*LightningApi* | **cancel_receive** | **DELETE** /api/v1/lightning/receives/{identifier} | Cancel a pending receive
|
|
55
55
|
*LightningApi* | **generate_invoice** | **POST** /api/v1/lightning/receives/invoice | Create a BOLT11 invoice
|
|
@@ -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.
|
|
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.
|
|
18
|
+
__version__ = "0.2.2"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
|
@@ -124,10 +124,9 @@ __all__ = [
|
|
|
124
124
|
"ExitTxStatusOneOf2",
|
|
125
125
|
"ExitTxStatusOneOf3",
|
|
126
126
|
"ExitTxStatusOneOf4",
|
|
127
|
-
"ExitTxStatusOneOf5",
|
|
128
|
-
"ExitTxStatusOneOf6",
|
|
129
127
|
"FeeEstimateQuery",
|
|
130
128
|
"FeeEstimateResponse",
|
|
129
|
+
"FeeInfo",
|
|
131
130
|
"FeeSchedule",
|
|
132
131
|
"ImportVtxoRequest",
|
|
133
132
|
"InternalServerError",
|
|
@@ -139,6 +138,7 @@ __all__ = [
|
|
|
139
138
|
"LightningReceiveInfo",
|
|
140
139
|
"LightningSendFees",
|
|
141
140
|
"MailboxSyncResponse",
|
|
141
|
+
"MnemonicResponse",
|
|
142
142
|
"Movement",
|
|
143
143
|
"MovementDestination",
|
|
144
144
|
"MovementStatus",
|
|
@@ -306,10 +306,9 @@ from barkd_client.models.exit_tx_status_one_of1 import ExitTxStatusOneOf1 as Exi
|
|
|
306
306
|
from barkd_client.models.exit_tx_status_one_of2 import ExitTxStatusOneOf2 as ExitTxStatusOneOf2
|
|
307
307
|
from barkd_client.models.exit_tx_status_one_of3 import ExitTxStatusOneOf3 as ExitTxStatusOneOf3
|
|
308
308
|
from barkd_client.models.exit_tx_status_one_of4 import ExitTxStatusOneOf4 as ExitTxStatusOneOf4
|
|
309
|
-
from barkd_client.models.exit_tx_status_one_of5 import ExitTxStatusOneOf5 as ExitTxStatusOneOf5
|
|
310
|
-
from barkd_client.models.exit_tx_status_one_of6 import ExitTxStatusOneOf6 as ExitTxStatusOneOf6
|
|
311
309
|
from barkd_client.models.fee_estimate_query import FeeEstimateQuery as FeeEstimateQuery
|
|
312
310
|
from barkd_client.models.fee_estimate_response import FeeEstimateResponse as FeeEstimateResponse
|
|
311
|
+
from barkd_client.models.fee_info import FeeInfo as FeeInfo
|
|
313
312
|
from barkd_client.models.fee_schedule import FeeSchedule as FeeSchedule
|
|
314
313
|
from barkd_client.models.import_vtxo_request import ImportVtxoRequest as ImportVtxoRequest
|
|
315
314
|
from barkd_client.models.internal_server_error import InternalServerError as InternalServerError
|
|
@@ -321,6 +320,7 @@ from barkd_client.models.lightning_receive_fees import LightningReceiveFees as L
|
|
|
321
320
|
from barkd_client.models.lightning_receive_info import LightningReceiveInfo as LightningReceiveInfo
|
|
322
321
|
from barkd_client.models.lightning_send_fees import LightningSendFees as LightningSendFees
|
|
323
322
|
from barkd_client.models.mailbox_sync_response import MailboxSyncResponse as MailboxSyncResponse
|
|
323
|
+
from barkd_client.models.mnemonic_response import MnemonicResponse as MnemonicResponse
|
|
324
324
|
from barkd_client.models.movement import Movement as Movement
|
|
325
325
|
from barkd_client.models.movement_destination import MovementDestination as MovementDestination
|
|
326
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
|
@@ -625,7 +625,7 @@ class ExitsApi:
|
|
|
625
625
|
) -> ExitProgressResponse:
|
|
626
626
|
"""Progress exits
|
|
627
627
|
|
|
628
|
-
Triggers all in-progress exits to advance
|
|
628
|
+
Triggers all in-progress exits to advance. The daemon already progresses exits automatically in the background—use this endpoint when you want immediate progress rather than waiting for the next automatic cycle. On each call, the endpoint syncs transaction statuses, advances the exit state machine, and creates or fee-bumps CPFP children for any exit transactions that need them. The on-chain wallet must have sufficient bitcoin to cover transaction fees.
|
|
629
629
|
|
|
630
630
|
:param exit_progress_request: (required)
|
|
631
631
|
:type exit_progress_request: ExitProgressRequest
|
|
@@ -693,7 +693,7 @@ class ExitsApi:
|
|
|
693
693
|
) -> ApiResponse[ExitProgressResponse]:
|
|
694
694
|
"""Progress exits
|
|
695
695
|
|
|
696
|
-
Triggers all in-progress exits to advance
|
|
696
|
+
Triggers all in-progress exits to advance. The daemon already progresses exits automatically in the background—use this endpoint when you want immediate progress rather than waiting for the next automatic cycle. On each call, the endpoint syncs transaction statuses, advances the exit state machine, and creates or fee-bumps CPFP children for any exit transactions that need them. The on-chain wallet must have sufficient bitcoin to cover transaction fees.
|
|
697
697
|
|
|
698
698
|
:param exit_progress_request: (required)
|
|
699
699
|
:type exit_progress_request: ExitProgressRequest
|
|
@@ -761,7 +761,7 @@ class ExitsApi:
|
|
|
761
761
|
) -> RESTResponseType:
|
|
762
762
|
"""Progress exits
|
|
763
763
|
|
|
764
|
-
Triggers all in-progress exits to advance
|
|
764
|
+
Triggers all in-progress exits to advance. The daemon already progresses exits automatically in the background—use this endpoint when you want immediate progress rather than waiting for the next automatic cycle. On each call, the endpoint syncs transaction statuses, advances the exit state machine, and creates or fee-bumps CPFP children for any exit transactions that need them. The on-chain wallet must have sufficient bitcoin to cover transaction fees.
|
|
765
765
|
|
|
766
766
|
:param exit_progress_request: (required)
|
|
767
767
|
:type exit_progress_request: ExitProgressRequest
|
|
@@ -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.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.
|
|
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
|
|
|
@@ -272,7 +272,7 @@ class HistoryApi:
|
|
|
272
272
|
|
|
273
273
|
return self.api_client.param_serialize(
|
|
274
274
|
method='GET',
|
|
275
|
-
resource_path='/api/v1/history
|
|
275
|
+
resource_path='/api/v1/history',
|
|
276
276
|
path_params=_path_params,
|
|
277
277
|
query_params=_query_params,
|
|
278
278
|
header_params=_header_params,
|
|
@@ -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.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
518
|
-
"SDK Package Version: 0.2.
|
|
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.
|
|
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.
|
|
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
|
|
|
@@ -100,10 +100,9 @@ from barkd_client.models.exit_tx_status_one_of1 import ExitTxStatusOneOf1
|
|
|
100
100
|
from barkd_client.models.exit_tx_status_one_of2 import ExitTxStatusOneOf2
|
|
101
101
|
from barkd_client.models.exit_tx_status_one_of3 import ExitTxStatusOneOf3
|
|
102
102
|
from barkd_client.models.exit_tx_status_one_of4 import ExitTxStatusOneOf4
|
|
103
|
-
from barkd_client.models.exit_tx_status_one_of5 import ExitTxStatusOneOf5
|
|
104
|
-
from barkd_client.models.exit_tx_status_one_of6 import ExitTxStatusOneOf6
|
|
105
103
|
from barkd_client.models.fee_estimate_query import FeeEstimateQuery
|
|
106
104
|
from barkd_client.models.fee_estimate_response import FeeEstimateResponse
|
|
105
|
+
from barkd_client.models.fee_info import FeeInfo
|
|
107
106
|
from barkd_client.models.fee_schedule import FeeSchedule
|
|
108
107
|
from barkd_client.models.import_vtxo_request import ImportVtxoRequest
|
|
109
108
|
from barkd_client.models.internal_server_error import InternalServerError
|
|
@@ -115,6 +114,7 @@ from barkd_client.models.lightning_receive_fees import LightningReceiveFees
|
|
|
115
114
|
from barkd_client.models.lightning_receive_info import LightningReceiveInfo
|
|
116
115
|
from barkd_client.models.lightning_send_fees import LightningSendFees
|
|
117
116
|
from barkd_client.models.mailbox_sync_response import MailboxSyncResponse
|
|
117
|
+
from barkd_client.models.mnemonic_response import MnemonicResponse
|
|
118
118
|
from barkd_client.models.movement import Movement
|
|
119
119
|
from barkd_client.models.movement_destination import MovementDestination
|
|
120
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|