UNPKG

btcpay-greenfield-node-client

Version:
15 lines (13 loc) 273 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type OnChainWalletAddressData = { /** * The bitcoin address */ address?: string; /** * the derivation path in relation to the HD account */ keyPath?: string; }