# CoinselectAddressTypes

```
type CoinselectAddressTypes = "p2sh-p2wpkh" | "p2wpkh" | "p2wsh" | "p2tr" | "p2pkh";
```

Defined in: [atomiq-sdk/src/bitcoin/coinselect2/utils.ts:34](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/bitcoin/coinselect2/utils.ts#L34)

Defines a type of the address used by the wallet, for proper coinselection (as coinselection depends on estimating the cost for spending the input + the cost of adding a change output)
