Unstake
This section describes how to unstake.

burn#595f07bc query_id:uint64 jetton_amount:Coins forward_payload:(Maybe ^Cell) = InternalMsgBody;Last updated
// TL-B:
get_full_data#_ = (
jetton_total_supply:Coins
ton_total_supply:Coins
commission_total_supply:Coins
commission_factor:uint16
commission_address:MsgAddressInt
admin_address:MsgAddressInt
transaction_address:MsgAddressInt
content:^Cell
jetton_wallet_code:^Cell
unstake_request_code:^Cell
last_lockup_epoch:uint32
lockup_supply:Coins
next_lockup_supply:Coins
later_lockup_supply:Coins
next_unstake_request_index:uint64
)burn_notification#7bdd97de query_id:uint64 withdraw_jetton_amount:Coins owner_address:MsgAddressInt receiver_address:MsgAddressInt forward_payload:(Maybe ^Cell) = InternalMsgBody;unstake#492ab1b3 index:uint64 owner:MsgAddressInt ton_amount:Coins jetton_amount:Coins forward_payload:(Maybe ^Cell) = InternalMsgBody;unstake_notification#90c80a07 query_id:uint64 forward_payload:(Maybe ^Cell) = InternalMsgBody;return_unstake_request#38633538 unlock_timestamp:uint32 = InternalMsgBody;