UNPKG

@ledgerhq/coin-tron

Version:
8 lines 246 B
export function isTransactionTronAPI(tx) { return tx.txID !== undefined; } export function isMalformedTransactionTronAPI(tx) { return (tx.internal_tx_id !== undefined || tx.tx_id !== undefined); } //# sourceMappingURL=types.js.map