Recommended: JavaScript SDK with React Hooks
For new React apps, we recommend the JavaScript SDK with React Hooks (
@dynamic-labs-sdk/react-hooks) instead of the legacy React SDK documented here. The JS SDK comes with many benefits such as a much smaller bundle size and other optimizations. Use the React quickstart (JavaScript SDK) to get started.sendJetton Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
jettonMasterAddress | string | Yes | Jetton master contract address |
recipientAddress | string | Yes | Recipient’s main wallet address |
jettonAmount | bigint | Yes | Amount of jettons in base units |
forwardTonAmount | bigint | Yes | TON amount to forward with notification |
forwardPayload | string | No | Optional comment/memo |