diff --git a/docs/07-jetton-standard.html b/docs/07-jetton-standard.html index 4517dd6..0d8f4d5 100644 --- a/docs/07-jetton-standard.html +++ b/docs/07-jetton-standard.html @@ -372,7 +372,7 @@

Infinitely scalable balance map

queryId: Int as uint64; amount: Int as coins; destination: Address; - response_destination: Address; + response_destination: Address?; custom_payload: Cell?; forward_ton_amount: Int as coins; forward_payload: Slice as remaining; // Comment Text message when Transfer the jetton @@ -382,7 +382,7 @@

Infinitely scalable balance map

queryId: Int as uint64; amount: Int as coins; from: Address; - response_destination: Address; + response_destination: Address?; forward_ton_amount: Int as coins; forward_payload: Slice as remaining; // Comment Text message when Transfer the jetton } @@ -398,7 +398,7 @@

Infinitely scalable balance map

queryId: Int as uint64; amount: Int as coins; owner: Address; - response_destination: Address; + response_destination: Address?; } message(0x7bdd97de) TokenBurnNotification {