@orangecheck/sdk / getAttestationsForAddress
Function: getAttestationsForAddress()
function getAttestationsForAddress(address: string, relays?: string[]): Promise<AttestationEnvelope[]>;
Defined in: attestation.ts:278
Get all attestations for a Bitcoin address
Parameters
| Parameter | Type | Default value |
|---|---|---|
address | string | undefined |
relays | string[] | DEFAULT_RELAYS |
Returns
Promise<AttestationEnvelope[]>