TON SDK Documentation - v15.3.1duck0.0.3
Preparing search index...
computeMessageForwardFees
Function computeMessageForwardFees
computeMessageForwardFees
(
msgPrices
:
{
bitPrice
:
bigint
;
cellPrice
:
bigint
;
firstFrac
:
number
;
ihrPriceFactor
:
number
;
lumpPrice
:
bigint
;
nextFrac
:
number
;
}
,
cell
:
Cell
,
)
:
{
fees
:
bigint
;
remaining
:
bigint
}
Parameters
msgPrices
:
{
bitPrice
:
bigint
;
cellPrice
:
bigint
;
firstFrac
:
number
;
ihrPriceFactor
:
number
;
lumpPrice
:
bigint
;
nextFrac
:
number
;
}
cell
:
Cell
Returns
{
fees
:
bigint
;
remaining
:
bigint
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TON SDK Documentation - v15.3.1duck0.0.3
Loading...