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