import { BlockchainPaymentsError } from './BlockchainPaymentsError';
export default class BlockchainAddressGapTooLarge extends BlockchainPaymentsError {
}
