@circle-fin/usdckit - v0.21.0
Preparing search index...
providers/circle-wallets
estimateContractExecutionFee
Function estimateContractExecutionFee
estimateContractExecutionFee
(
client
:
ExtendedViemClient
,
params
:
EstimateContractExecutionFeeInput
,
)
:
Promise
<
{
callGasLimit
?:
string
;
high
:
|
undefined
|
{
baseFee
?:
string
;
gasLimit
:
undefined
|
`
${
number
}
`
|
""
;
gasPrice
?:
string
;
maxFee
:
undefined
|
`
${
number
}
`
|
""
;
networkFee
?:
string
;
priorityFee
:
undefined
|
`
${
number
}
`
|
""
;
}
;
low
:
|
undefined
|
{
baseFee
?:
string
;
gasLimit
:
undefined
|
`
${
number
}
`
|
""
;
gasPrice
?:
string
;
maxFee
:
undefined
|
`
${
number
}
`
|
""
;
networkFee
?:
string
;
priorityFee
:
undefined
|
`
${
number
}
`
|
""
;
}
;
medium
:
|
undefined
|
{
baseFee
?:
string
;
gasLimit
:
undefined
|
`
${
number
}
`
|
""
;
gasPrice
?:
string
;
maxFee
:
undefined
|
`
${
number
}
`
|
""
;
networkFee
?:
string
;
priorityFee
:
undefined
|
`
${
number
}
`
|
""
;
}
;
preVerificationGas
?:
string
;
verificationGasLimit
?:
string
;
}
,
>
Parameters
client
:
ExtendedViemClient
params
:
EstimateContractExecutionFeeInput
Returns
Promise
<
{
callGasLimit
?:
string
;
high
:
|
undefined
|
{
baseFee
?:
string
;
gasLimit
:
undefined
|
`
${
number
}
`
|
""
;
gasPrice
?:
string
;
maxFee
:
undefined
|
`
${
number
}
`
|
""
;
networkFee
?:
string
;
priorityFee
:
undefined
|
`
${
number
}
`
|
""
;
}
;
low
:
|
undefined
|
{
baseFee
?:
string
;
gasLimit
:
undefined
|
`
${
number
}
`
|
""
;
gasPrice
?:
string
;
maxFee
:
undefined
|
`
${
number
}
`
|
""
;
networkFee
?:
string
;
priorityFee
:
undefined
|
`
${
number
}
`
|
""
;
}
;
medium
:
|
undefined
|
{
baseFee
?:
string
;
gasLimit
:
undefined
|
`
${
number
}
`
|
""
;
gasPrice
?:
string
;
maxFee
:
undefined
|
`
${
number
}
`
|
""
;
networkFee
?:
string
;
priorityFee
:
undefined
|
`
${
number
}
`
|
""
;
}
;
preVerificationGas
?:
string
;
verificationGasLimit
?:
string
;
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@circle-fin/usdckit - v0.21.0
Loading...