AddressTransactionBlockRelationship
The possible relationship types for a transaction block: sent, or received.
enum AddressTransactionBlockRelationship {
SENT
RECV
AFFECTED
}
Values
AddressTransactionBlockRelationship.SENT
Transactions this address has sent.
AddressTransactionBlockRelationship.RECV
Transactions that sent objects to this address. NOTE: this input filter has been deprecated in favor of
AFFECTED
, which offers an easier to understand behavior.This filter will be removed with 1.36.0 (2024-10-14), or at least one release after
AFFECTED
is introduced, whichever is later.
AddressTransactionBlockRelationship.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 transfered.