T402 API Reference - v2.8.0
    Preparing search index...

    Function parseJettonTransferBody

    • Parse Jetton transfer message from Cell

      Parameters

      • body: Cell

        Cell containing the message

      Returns {
          op: number;
          queryId: bigint;
          amount: bigint;
          destination: Address;
          responseDestination: Address;
          forwardAmount: bigint;
          forwardPayload?: Cell;
      }

      Parsed transfer parameters

      Error if not a valid Jetton transfer message