UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 222 B
export declare type OnChainWalletAddressData = { /** * The bitcoin address */ address?: string; /** * the derivation path in relation to the HD account */ keyPath?: string; };