UNPKG

@ledgerhq/live-common

Version:
4 lines 288 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; //# sourceMappingURL=rawTypes.d.ts.map