Optional
contractOptional
fromOptional
kindIf transaction.type matches any of these values, the transaction will be returned
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.
Address 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.