/* 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;
}
