T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mechanisms/ton/src
buildJettonTransferBody
Function buildJettonTransferBody
buildJettonTransferBody
(
params
:
{
queryId
:
bigint
;
amount
:
bigint
;
destination
:
Address
;
responseDestination
:
Address
;
forwardAmount
?:
bigint
;
forwardPayload
?:
Cell
;
}
,
)
:
Cell
Build Jetton transfer message body (TEP-74)
Parameters
params
:
{
queryId
:
bigint
;
amount
:
bigint
;
destination
:
Address
;
responseDestination
:
Address
;
forwardAmount
?:
bigint
;
forwardPayload
?:
Cell
;
}
Transfer parameters
Returns
Cell
Cell containing the transfer message
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Build Jetton transfer message body (TEP-74)