Module message

Source

Structs§

ExternalIncomingMessage
ExternalOutgoingMessage
InternalMessage
InvalidMessage
JettonBurnMessage
Creates a body for jetton burn according to TL-B schema:
JettonTransferMessage
Will be deprecated since = “0.25.0”, Use core/src/tlb-types/message/jetton/transfer::JettonTransferMessage instead
JettonTransferNotificationMessage
Creates a body for jetton transfer notification according to TL-B schema:
NftExcessesMessage
Creates a body nft excesses according to TL-B schema:
NftGetStaticDataMessage
Creates a body for nft get_static_data according to TL-B schema:
NftOwnershipAssignedMessage
Creates a body for nft ownership assigned according to TL-B schema:
NftReportStaticDataMessage
Creates a body for nft report_static_data according to TL-B schema:
NftTransferMessage
Creates a body for jetton transfer according to TL-B schema:
OwnerInfoMessage
Creates a body for sbt ownership proof according to TL-B schema:
OwnershipProofMessage
Creates a body for sbt ownership proof according to TL-B schema:
ProveOwnershipMessage
Creates a body for sbt prove according to TL-B schema:
RequestOwnerMessage
Creates a body for sbt request owner according to TL-B schema:
SbtDestroyMessage
Creates a body for nft get_static_data according to TL-B schema:
SbtRevokeMessage
Creates a body for nft get_static_data according to TL-B schema:
TransferMessage

Enums§

CommonMsgInfo
TonMessageError

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;

Traits§

HasOpcode
TonMessage
WithForwardPayload