getAttestations
function fetches attestations for a specified address
and blockchain in Ethereum Attestation Service (EAS). It allows optional filtering
based on schema IDs, revocation status, expiration time, and the number of attestations to return.
In the example, we use the Coinbase Verified Account schema ID.
Promise<Attestation[]>
See Attestation and GetEASAttestationsOptions for more details.