@@ -3,6 +3,7 @@ import "storage"
33
44type ForwardPayloadRemainder = RemainingBitsAndRefs
55
6+ // nolint:opcode
67struct (0x0f8a7ea5) AskToTransfer {
78 queryId: uint64
89 jettonAmount: coins
@@ -13,13 +14,15 @@ struct (0x0f8a7ea5) AskToTransfer {
1314 forwardPayload: ForwardPayloadRemainder
1415}
1516
17+ // nolint:opcode
1618struct (0x7362d09c) TransferNotificationForRecipient {
1719 queryId: uint64
1820 jettonAmount: coins
1921 transferInitiator: address
2022 forwardPayload: ForwardPayloadRemainder
2123}
2224
25+ // nolint:opcode
2326struct (0x178d4519) InternalTransferStep {
2427 queryId: uint64
2528 jettonAmount: coins
@@ -29,67 +32,79 @@ struct (0x178d4519) InternalTransferStep {
2932 forwardPayload: ForwardPayloadRemainder
3033}
3134
35+ // nolint:opcode
3236struct (0xd53276db) ReturnExcessesBack {
3337 queryId: uint64
3438}
3539
40+ // nolint:opcode
3641struct (0x595f07bc) AskToBurn {
3742 queryId: uint64
3843 jettonAmount: coins
3944 sendExcessesTo: address
4045 customPayload: cell?
4146}
4247
48+ // nolint:opcode
4349struct (0x7bdd97de) BurnNotificationForMinter {
4450 queryId: uint64
4551 jettonAmount: coins
4652 burnInitiator: address
4753 sendExcessesTo: address
4854}
4955
56+ // nolint:opcode
5057struct (0x2c76b973) RequestWalletAddress {
5158 queryId: uint64
5259 ownerAddress: address
5360 includeOwnerAddress: bool
5461}
5562
63+ // nolint:opcode
5664struct (0xd1735400) ResponseWalletAddress {
5765 queryId: uint64
5866 jettonWalletAddress: address
5967 ownerAddress: Cell<address>?
6068}
6169
70+ // nolint:opcode
6271struct (0x00000015) MintNewJettons {
6372 queryId: uint64
6473 mintRecipient: address
6574 tonAmount: coins
6675 internalTransferMsg: Cell<InternalTransferStep>
6776}
6877
78+ // nolint:opcode
6979struct (0x6501f354) ChangeMinterAdmin {
7080 queryId: uint64
7181 newAdminAddress: address
7282}
7383
84+ // nolint:opcode
7485struct (0xfb88e119) ClaimMinterAdmin {
7586 queryId: uint64
7687}
7788
89+ // nolint:opcode
7890struct (0x7431f221) DropMinterAdmin {
7991 queryId: uint64
8092}
8193
94+ // nolint:opcode
8295struct (0x2508d66a) UpgradeMinterCode {
8396 queryId: uint64
8497 newData: cell
8598 newCode: cell
8699}
87100
101+ // nolint:opcode
88102struct (0xcb862902) ChangeMinterMetadataUri {
89103 queryId: uint64
90104 newMetadataUri: SnakeString
91105}
92106
107+ // nolint:opcode
93108struct (0xd372158c) TopUpTons {}
94109
95110// "forward payload" is TL/B `(Either Cell ^Cell)`;
0 commit comments