fetchByTransactionHash
Last updated
Fetch a mail using its associated transaction hash.
const txHash = '0x...';
const receivedEnvelope = await mail.fetchByTransactionHash(txHash);Promise<ReceivedEnvelope>
A promise that resolves to the received mail Envelope associated with the specified transaction hash.
Type TransactionHash
The transaction hash used to filter the associated mail.
Last updated
