Home > @3rdweb/sdk > ISDKOptions > gasless
Optional gasless transaction configuration deadlineSeconds is the number of seconds before the transaction is considered expired.
Signature:
gasless: {
biconomy: {
apiId: string;
apiKey: string;
deadlineSeconds?: number;
gasTier?: "NORMAL" | "FAST" | "RAPID";
};
};