UNPKG
btcpay-greenfield-node-client
Version:
latest (1.7.0)
1.7.0
0.1.1
0.1.0
## Installation
AryanJ-NYC/btcpay-greenfield-node-client
btcpay-greenfield-node-client
/
src
/
models
/
OnChainPaymentMethodPreviewResultAddressItem.ts
15 lines
(13 loc)
•
308 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
OnChainPaymentMethodPreviewResultAddressItem = {
/** * The key path relative to the account key path. */
keyPath?:
string
;
/** * The address generated at the key path */
address?:
string
; }