UNPKG

btcpay-greenfield-node-client

Version:
7 lines (5 loc) 222 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { OnChainPaymentMethodData } from './OnChainPaymentMethodData'; export type OnChainPaymentMethodDataList = Array<OnChainPaymentMethodData>;