UNPKG

@ledgerhq/coin-hedera

Version:
7 lines (5 loc) 165 B
import type network from "@ledgerhq/live-network"; export const getMockResponse = (data: any): Awaited<ReturnType<typeof network>> => ({ data, status: 200, });