TON SDK Documentation - v15.3.1duck0.0.3
Preparing search index...
configParseGasLimitsPrices
Function configParseGasLimitsPrices
configParseGasLimitsPrices
(
slice
:
undefined
|
null
|
Slice
,
)
:
{
flatGasPrice
:
bigint
;
flatLimit
:
bigint
;
other
:
|
{
blockGasLimit
:
bigint
;
deleteDueLimit
:
bigint
;
freezeDueLimit
:
bigint
;
gasCredit
:
bigint
;
gasLimit
:
bigint
;
gasPrice
:
bigint
;
specialGasLimit
:
bigint
;
}
|
{
blockGasLimit
:
bigint
;
deleteDueLimit
:
bigint
;
freezeDueLimit
:
bigint
;
gasCredit
:
bigint
;
gasLimit
:
bigint
;
gasPrice
:
bigint
;
specialGasLimit
?:
undefined
;
}
;
}
Parameters
slice
:
undefined
|
null
|
Slice
Returns
{
flatGasPrice
:
bigint
;
flatLimit
:
bigint
;
other
:
|
{
blockGasLimit
:
bigint
;
deleteDueLimit
:
bigint
;
freezeDueLimit
:
bigint
;
gasCredit
:
bigint
;
gasLimit
:
bigint
;
gasPrice
:
bigint
;
specialGasLimit
:
bigint
;
}
|
{
blockGasLimit
:
bigint
;
deleteDueLimit
:
bigint
;
freezeDueLimit
:
bigint
;
gasCredit
:
bigint
;
gasLimit
:
bigint
;
gasPrice
:
bigint
;
specialGasLimit
?:
undefined
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TON SDK Documentation - v15.3.1duck0.0.3
Loading...