Configuration for the useSendTransaction hook.
useSendTransaction
type SendTransactionConfig = { gasless?: GaslessOptions; payModal?: SendTransactionPayModalConfig;};
Configuration for gasless transactions. Refer to GaslessOptions for more details.
GaslessOptions
type gasless = GaslessOptions;
Refer to SendTransactionPayModalConfig for more details.
SendTransactionPayModalConfig
type payModal = SendTransactionPayModalConfig;