Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions standard/tokens/nft/how-it-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Ownership notification message body (`ownership_assigned`) contains the followin
| `forward_payload` | `Either Cell ^Cell` | should be equal to request's `forward_payload` |

```tlb TL-B
ownership_assigned query_id:uint64
ownership_assigned#05138d91 query_id:uint64
prev_owner:MsgAddress
forward_payload:(Either Cell ^Cell)
= InternalMsgBody;
Expand All @@ -98,7 +98,7 @@ Excess message body (`excesses`) contains the following data:
| `query_id` | `uint64` | should be equal to request's `query_id` |

```tlb TL-B
excesses query_id:uint64 = InternalMsgBody;
excesses#d53276db query_id:uint64 = InternalMsgBody;
```

The transfer must be rejected if:
Expand Down
Loading