Message: JettonUpdateContent
This operation simply forwards an arbitrary cell to the tlpJetton address, as long as the caller is the contract owner.
In the jetton/jetton_master.tact file, the JettonUpdateContent message handler simply checks that the caller is the pool then updates the storage variable jetton_content with the new value.
This data is used for TEP-64↗.
Inputs
The incoming message has the following structure:
message JettonUpdateContent {
jetton_content: Cell;
}
jetton_content:Validation: None.
Impact: This is the cell containing the new metadata for the
tlpJettonto use.
Test coverage
Intended branches
Negative behavior