Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
EstimateGasParameters
Type alias EstimateGasParameters<TChain>
Estimate
Gas
Parameters
<
TChain
>
:
UnionOmit
<
FormattedEstimateGas
<
TChain
>
,
"from"
>
&
{
account
?:
Account
|
Address
;
}
&
(
{
blockNumber
?:
bigint
;
blockTag
?:
never
;
}
|
{
blockNumber
?:
never
;
blockTag
?:
BlockTag
;
}
)
Type Parameters
TChain
extends
Chain
|
undefined
=
Chain
|
undefined
Type declaration
Optional
account
?:
Account
|
Address
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...