UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 257 B
export declare type OnChainPaymentMethodPreviewResultAddressItem = { /** * The key path relative to the account key path. */ keyPath?: string; /** * The address generated at the key path */ address?: string; };