Skip to content

Commit

Permalink
Public Tx Listing RPC + FE (#1422)
Browse files Browse the repository at this point in the history
* Public Tx Listing RPC + FE

* lint

* Remove SenderAddress + add Finality

* update sql
  • Loading branch information
otherview authored Aug 7, 2023
1 parent 2227721 commit 4852e28
Show file tree
Hide file tree
Showing 20 changed files with 1,418 additions and 1,009 deletions.
3 changes: 3 additions & 0 deletions go/common/enclave.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ type EnclaveScan interface {

// GetReceiptsByAddress returns a list of receipts given the sender address
GetReceiptsByAddress(encryptedParams EncryptedParamsGetStorageAt) (*responses.Receipts, SystemError)

// GetPublicTransactionData returns a list of public transaction data
GetPublicTransactionData() ([]PublicTxData, SystemError)
}

// BlockSubmissionResponse is the response sent from the enclave back to the node after ingesting a block
Expand Down
Loading

0 comments on commit 4852e28

Please sign in to comment.