keyGateway

Calls the "keyGateway" function on the contract.

Example

import { keyGateway } from "thirdweb/extensions/farcaster";
const result = await keyGateway({
contract,
});
function keyGateway(options: BaseTransactionOptions): Promise<string>;

Parameters

The options for the keyGateway function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.