You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the only available method is getCircleAttestation which fetches data from the following endpoint:
GET /v1/attestations/{messageHash}
There are two other CCTP API endpoints missing in Wormhole SDK:
GET /v1/publicKeys
GET /v1/messages/{sourceDomainId}/{transactionHash}
The messages endpoint is especially useful in case of the fast transfer protocol as you need to get both the attestation and the original message there.
The text was updated successfully, but these errors were encountered:
Right now, the only available method is getCircleAttestation which fetches data from the following endpoint:
GET /v1/attestations/{messageHash}
There are two other CCTP API endpoints missing in Wormhole SDK:
GET /v1/publicKeys
GET /v1/messages/{sourceDomainId}/{transactionHash}
The
messages
endpoint is especially useful in case of the fast transfer protocol as you need to get both the attestation and the original message there.The text was updated successfully, but these errors were encountered: