Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
EstimateContractGasParameters
Type alias EstimateContractGasParameters<abi, functionName, args, chain>
Estimate
Contract
Gas
Parameters
<
abi
,
functionName
,
args
,
chain
>
:
ContractFunctionParameters
<
abi
,
"nonpayable"
|
"payable"
,
functionName
,
args
>
&
UnionOmit
<
EstimateGasParameters
<
chain
>
,
"data"
|
"to"
|
"value"
>
&
GetValue
<
abi
,
functionName
,
EstimateGasParameters
<
chain
>
extends
EstimateGasParameters
?
EstimateGasParameters
<
chain
>
[
"value"
]
:
EstimateGasParameters
[
"value"
]
>
Type Parameters
abi
extends
Abi
|
readonly
unknown
[]
=
Abi
functionName
extends
ContractFunctionName
<
abi
,
"nonpayable"
|
"payable"
>
=
ContractFunctionName
<
abi
,
"nonpayable"
|
"payable"
>
args
extends
ContractFunctionArgs
<
abi
,
"nonpayable"
|
"payable"
,
functionName
>
=
ContractFunctionArgs
<
abi
,
"nonpayable"
|
"payable"
,
functionName
>
chain
extends
Chain
|
undefined
=
Chain
|
undefined
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...