UNPKG

swapable

Version:
18 lines (17 loc) 492 B
/** * This file is part of Swapable shared under AGPL-3.0 * Copyright (C) 2021 Using Blockchain Ltd, Reg No.: 12658136, United Kingdom * * @package Swapable * @author Grégory Saive for Using Blockchain Ltd <greg@ubc.digital> * @license AGPL-3.0 */ /** * @class FailureInvalidDerivationPath * @package Swapable * @subpackage Errors * @since v1.0.0 * @description The derivation path is invalid. */ export declare class FailureInvalidDerivationPath extends Error { }