UNPKG

@ledgerhq/coin-tezos

Version:
8 lines 320 B
import { LedgerErrorConstructor } from "@ledgerhq/errors/lib/helpers"; export declare const InvalidAddressBecauseAlreadyDelegated: LedgerErrorConstructor<{ [key: string]: unknown; }>; export declare const UnsupportedTransactionMode: LedgerErrorConstructor<{ mode: string; }>; //# sourceMappingURL=errors.d.ts.map