UNPKG

@ledgerhq/coin-tron

Version:
4 lines 246 B
import { Operation } from "@ledgerhq/coin-framework/api/index"; import { TronToken } from "../types"; export declare function listOperations(address: string): Promise<[Operation<TronToken>[], string]>; //# sourceMappingURL=listOperations.d.ts.map