UNPKG

@ledgerhq/coin-tron

Version:
7 lines 559 B
import { TrongridTxInfo } from "../types"; import { TransactionTronAPI, Trc20API } from "./types"; export declare const decode58Check: (base58: string) => string; export declare const encode58Check: (hex: string) => string; export declare const formatTrongridTrc20TxResponse: (tx: Trc20API) => TrongridTxInfo | null | undefined; export declare const formatTrongridTxResponse: (tx: TransactionTronAPI, getValidatorName: (address: string) => Promise<string | null | undefined>) => Promise<TrongridTxInfo | null | undefined>; //# sourceMappingURL=format.d.ts.map