UNPKG

@ledgerhq/coin-tron

Version:
9 lines 536 B
import { TrongridTxInfo, TronTransactionInfo } 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 & { detail?: TronTransactionInfo; }) => TrongridTxInfo | null | undefined; //# sourceMappingURL=format.d.ts.map