/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { OnChainPaymentMethodData } from './OnChainPaymentMethodData';

export type OnChainPaymentMethodDataList = Array<OnChainPaymentMethodData>;