ITransaction View Source types.ts, line 349 Members Type: string # amount Transaction amount View Source types.ts, line 372 Type: NetworkSymbol # coinSymbol Network (L1) of transaction View Source types.ts, line 376 Type: string # confirmededAt Confirmed Date in ISO8601 format View Source types.ts, line 368 Type: IDepositRequest # depositRequest Optional If a specific value was requested for a deposit, the below is included View Source types.ts, line 419 Type: boolean # feeIsDelegated Optional Whether network-fee was delegated to a token-fee View Source types.ts, line 434 Type: string # feesPaid Optional Gas Fee paid on network. Not present for L2 View Source types.ts, line 389 Type: string # fromAddress Sending address View Source types.ts, line 352 Type: string # identifier Optional User-identifier for deposits View Source types.ts, line 409 Type: string # initiatedAt Date in ISO8601 format View Source types.ts, line 364 Type: IInternalFee # internalFee Optional Akashic Fee View Source types.ts, line 404 Type: string # l2TxnHash Optional Akashic Transaction Hash. For both L1 and L2 View Source types.ts, line 394 Type: TransactionLayer # layer Transaction-layer: L1 or L2 View Source types.ts, line 360 Type: IUserInfo # receiverInfo Optional Information about receiving user View Source types.ts, line 424 Type: string # referenceId Optional Reference-Id to identify a deposit View Source types.ts, line 414 Type: IUserInfo # senderInfo Optional Information about sending user View Source types.ts, line 429 Type: TransactionStatus # status Transaction status View Source types.ts, line 380 Type: string # toAddress Receiving address View Source types.ts, line 356 Type: TokenSymbol # tokenSymbol Optional Present only if token-transaction View Source types.ts, line 399 Type: string # txHash Optional Network's hash if L1. Not present for L2 View Source types.ts, line 384