Structs§
- External
Incoming Message - External
Outgoing Message - Internal
Message - Invalid
Message - Jetton
Burn Message - Creates a body for jetton burn according to TL-B schema:
- Jetton
Transfer Message - Will be deprecated since = “0.25.0”, Use core/src/tlb-types/message/jetton/transfer::JettonTransferMessage instead
- Jetton
Transfer Notification Message - Creates a body for jetton transfer notification according to TL-B schema:
- NftExcesses
Message - Creates a body nft excesses according to TL-B schema:
- NftGet
Static Data Message - Creates a body for nft get_static_data according to TL-B schema:
- NftOwnership
Assigned Message - Creates a body for nft ownership assigned according to TL-B schema:
- NftReport
Static Data Message - Creates a body for nft report_static_data according to TL-B schema:
- NftTransfer
Message - Creates a body for jetton transfer according to TL-B schema:
- Owner
Info Message - Creates a body for sbt ownership proof according to TL-B schema:
- Ownership
Proof Message - Creates a body for sbt ownership proof according to TL-B schema:
- Prove
Ownership Message - Creates a body for sbt prove according to TL-B schema:
- Request
Owner Message - Creates a body for sbt request owner according to TL-B schema:
- SbtDestroy
Message - Creates a body for nft get_static_data according to TL-B schema:
- SbtRevoke
Message - Creates a body for nft get_static_data according to TL-B schema:
- Transfer
Message
Enums§
Constants§
- EXCESSES
- excesses query_id:uint64 = InternalMsgBody;
- JETTON_
BURN - JETTON_
BURN_ NOTIFICATION - JETTON_
INTERNAL_ TRANSFER - JETTON_
TRANSFER - JETTON_
TRANSFER_ NOTIFICATION - NFT_
GET_ STATIC_ DATA - get_static_data#2fcb26a2 query_id:uint64 = InternalMsgBody;
- NFT_
OWNERSHIP_ ASSIGNED - ownership_assigned#0x05138d91 query_id:uint64 prev_owner:MsgAddress forward_payload:(Either Cell ^Cell) = InternalMsgBody;
- NFT_
REPORT_ STATIC_ DATA - report_static_data#0x8b771735 query_id:uint64 index:uint256 collection:MsgAddress = InternalMsgBody
- NFT_
TRANSFER - transfer#5fcc3d14 query_id:uint64 new_owner:MsgAddress response_destination:MsgAddress custom_payload:(Maybe ^Cell) forward_amount:(VarUInteger 16) forward_payload:(Either Cell ^Cell) = InternalMsgBody;
- SBT_
DESTROY - destroy#1f04537a query_id:uint64 = InternalMsgBody;
- SBT_
OWNERSHIP_ PROOF - ownership_proof#0524c7ae query_id:uint64 item_id:uint256 owner:MsgAddress data:^Cell revoked_at:uint64 content:(Maybe ^Cell) = InternalMsgBody;
- SBT_
OWNER_ INFO - owner_info#0dd607e3
query_id:uint64
item_id:uint256
initiator:MsgAddress
owner:MsgAddress
data:^Cell revoked_at:uint64 content:(Maybe ^Cell) = InternalMsgBody; - SBT_
PROVE_ OWNERSHIP - prove_ownership#04ded148 query_id:uint64 dest:MsgAddress forward_payload:^Cell with_content:Bool = InternalMsgBody;
- SBT_
REQUEST_ OWNER - request_owner#d0c3bfea query_id:uint64 dest:MsgAddress forward_payload:^Cell with_content:Bool = InternalMsgBody;
- SBT_
REVOKE - revoke#6f89f5e3 query_id:uint64 = InternalMsgBody;