ITransaction View Source types.ts, line 247 Members Type: string # amount Transaction amount View Source types.ts, line 270 Type: NetworkSymbol # coinSymbol Network (L1) of transaction View Source types.ts, line 274 Type: string # confirmededAt Confirmed Date in ISO8601 format View Source types.ts, line 266 Type: string # feesPaid Optional Gas Fee paid on network. Not present for L2 View Source types.ts, line 287 Type: string # fromAddress Sending address View Source types.ts, line 250 Type: string # identifier Optional User-identifier for deposits View Source types.ts, line 312 Type: string # initiatedAt Date in ISO8601 format View Source types.ts, line 262 Type: IInternalFee # internalFee Optional Akashic Fee View Source types.ts, line 307 Type: string # l2TxnHash Optional Akashic Transaction Hash. For both L1 and L2 View Source types.ts, line 292 Type: TransactionLayer # layer Transaction-layer: L1 or L2 View Source types.ts, line 258 Type: string # reason Optional Present if status = 'Failed', explaing the failure View Source types.ts, line 302 Type: TransactionStatus # status Transaction status View Source types.ts, line 278 Type: string # toAddress Receiving address View Source types.ts, line 254 Type: TokenSymbol # tokenSymbol Optional Present only if token-transaction View Source types.ts, line 297 Type: string # txHash Optional Network's hash if L1. Not present for L2 View Source types.ts, line 282