UNPKG

@ledgerhq/coin-internet_computer

Version:
6 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAddress = void 0; const getAddress = (a) => ({ address: a.freshAddress, derivationPath: a.freshAddressPath }); exports.getAddress = getAddress; //# sourceMappingURL=addresses.js.map