bark-rest-client 0.1.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.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CreateWalletRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ark_server** | Option<**String**> | The Ark server to use for the wallet. Optional when a config.toml already exists in the datadir. | [optional]
**ark_server_access_token** | Option<**String**> | An access token for a private Ark server | [optional]
**birthday_height** | Option<**i32**> | An optional birthday height to start syncing the wallet from | [optional]
**chain_source** | Option<[**models::ChainSourceConfig**]ChainSourceConfig.md> | The chain source to use for the wallet. Optional when a config.toml already exists in the datadir. | [optional]
**mnemonic** | Option<**String**> | The optional mnemonic to use for the wallet | [optional]
**network** | [**models::BarkNetwork**]BarkNetwork.md | The network to use for the wallet | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)