We require the development of a new API endpoint that will fetch and display a list of crypto transactions currently held in 'governor'. The endpoint will serve the purpose of informing users about the details of their transactions, including an estimated release time.
Acceptance criteria:
The endpoint response must include the following fields:
source chain,
sourceTxHash,
sourceAddress,
release time,
amount,
VAA issuance status (either 'Issued' or 'Pending').
Description
We require the development of a new API endpoint that will fetch and display a list of crypto transactions currently held in 'governor'. The endpoint will serve the purpose of informing users about the details of their transactions, including an estimated release time.
Acceptance criteria:
source chain
,sourceTxHash
,sourceAddress
,release time
,amount
,VAA
issuance status (either 'Issued' or 'Pending').