UNPKG

@ledgerhq/live-common

Version:
9 lines (6 loc) 256 B
import type { SignedOperationRaw } from "@ledgerhq/types-live"; export type { RawAccount as RawPlatformAccount, RawTransaction as RawPlatformTransaction, } from "@ledgerhq/live-app-sdk"; export type RawPlatformSignedTransaction = SignedOperationRaw;