UNPKG

@ledgerhq/coin-canton

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