T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mcp/src
executePayGasless
Function executePayGasless
executePayGasless
(
input
:
{
to
?:
string
;
amount
?:
string
;
token
?:
"USDT"
|
"USDC"
|
"USDT0"
;
network
?:
|
"base"
|
"ethereum"
|
"arbitrum"
|
"optimism"
|
"polygon"
|
"avalanche"
;
confirmed
?:
boolean
;
}
,
options
:
PayGaslessOptions
,
)
:
Promise
<
|
GaslessPaymentResult
|
{
needsConfirmation
:
true
;
summary
:
string
;
details
:
Record
<
string
,
string
>
;
}
,
>
Execute payGasless tool
Parameters
input
:
{
to
?:
string
;
amount
?:
string
;
token
?:
"USDT"
|
"USDC"
|
"USDT0"
;
network
?:
|
"base"
|
"ethereum"
|
"arbitrum"
|
"optimism"
|
"polygon"
|
"avalanche"
;
confirmed
?:
boolean
;
}
options
:
PayGaslessOptions
Returns
Promise
<
|
GaslessPaymentResult
|
{
needsConfirmation
:
true
;
summary
:
string
;
details
:
Record
<
string
,
string
>
;
}
,
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Execute payGasless tool