AddressTransactionBlockRelationship
The possible relationship types for a transaction block: sent or received.
enum AddressTransactionBlockRelationship {
SIGN @deprecated
SENT
RECV
}
Values
AddressTransactionBlockRelationship.SIGN deprecated
DEPRECATED
Misleading semantics. Use SENT instead. This will be removed with the 1.24.0 release.
Transactions this address has sent. NOTE: this input filter has been
deprecated in favor of SENT which behaves identically but is named
more clearly. Both filters restrict transactions by their sender,
only, not signers in general.
This filter will be removed after 6 months with the 1.24.0 release.
AddressTransactionBlockRelationship.SENT
Transactions this address has sent.
AddressTransactionBlockRelationship.RECV
Transactions that sent objects to this address.