Optional authorizationIf transaction.authorization_list matches any of these values, the transaction will be returned.
Optional contractOptional fromAddress the transaction should originate from. If transaction.from matches any of these, the transaction will be returned. Keep in mind that this has an and relationship with to filter, so each transaction should match both of them. Empty means match all.
Optional hashIf transaction.hash matches any of these values, the transaction will be returned. Empty means match all.
Optional sighashIf first 4 bytes of transaction input matches any of these, transaction will be returned. Empty means match all.
Optional statusIf tx.status matches this it will be returned.
Optional toAddress the transaction should go to. If transaction.to matches any of these, the transaction will be returned. Keep in mind that this has an and relationship with from filter, so each transaction should match both of them. Empty means match all.
Optional typeIf transaction.type matches any of these values, the transaction will be returned
Filter for selecting transactions based on various criteria