TransactionDirection
The direction the transaction was sent the transaction was sent to the same address that it came from (sent to yourself) the client sent a transaction to someone the client received a transaction from someone
enum TransactionDirection {
SELF
SENT
RECEIVED
}
Values
TransactionDirection.SELF
TransactionDirection.SENT
TransactionDirection.RECEIVED
Member Of
BlockchainTransaction object