haskell-tdlib-2.0.69.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.TransactionDirection

Synopsis

Documentation

data TransactionDirection Source #

Describes direction of transactions in a transaction list

Constructors

TransactionDirectionIncoming

The transaction is incoming and increases the amount of owned currency

TransactionDirectionOutgoing

The transaction is outgoing and decreases the amount of owned currency