UNPKG

btcpay-greenfield-node-client

Version:
15 lines (13 loc) 308 B
/* 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; }