SendTransactionConfig

Configuration for the useSendTransaction hook.

type SendTransactionConfig = {
gasless?: GaslessOptions;
};