AddressTransactionRelationship
The possible relationship types for a transaction: sent or affected.
enum AddressTransactionRelationship {
SENT
AFFECTED
}
Values​
AddressTransactionRelationship.SENT​
Transactions this address has sent.
AddressTransactionRelationship.AFFECTED​
Transactions that this address was involved in, either as the sender, sponsor, or as the owner of some object that was created, modified or transferred.