changeRecoveryAddress

Prepares a transaction to call the "changeRecoveryAddress" function on the contract.

Example

import { changeRecoveryAddress } from "thirdweb/extensions/farcaster";
const transaction = changeRecoveryAddress({
contract,
recovery: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.