Type guard for UptoTonPayload
Checks if the given data has the correct structure for a TON upto payload. Validates the presence and types of required fields including signedBoc, authorization (with from, facilitator, jettonMaster, maxAmount), and paymentNonce.
The data to check
True if the data is a valid UptoTonPayload
Type guard for UptoTonPayload
Checks if the given data has the correct structure for a TON upto payload. Validates the presence and types of required fields including signedBoc, authorization (with from, facilitator, jettonMaster, maxAmount), and paymentNonce.