UNPKG

@ledgerhq/coin-internet_computer

Version:
9 lines (7 loc) 213 B
import { Account } from "@ledgerhq/types-live"; export const getAddress = ( a: Account, ): { address: string; derivationPath: string; } => ({ address: a.freshAddress, derivationPath: a.freshAddressPath });