UNPKG

@ledgerhq/coin-canton

Version:
12 lines 369 B
const getAddress = (signerContext) => { return async (deviceId, { path, verify }) => { const { address, publicKey } = await signerContext(deviceId, signer => signer.getAddress(path, verify)); return { path, address, publicKey, }; }; }; export default getAddress; //# sourceMappingURL=getAddress.js.map