Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is subwallet_id the same as workchain_id in TON network?

Is subwallet_id the same as workchain_id in TON network?


This question was imported from Telegram Chat: https://t.me/tondev_eng/2696

Votes Newest

Answers


subwallet_id is not the same as workchain_id in the TON network.

Instead, subwallet_id is a property of a contract that enables the creation of multiple wallets using the same key pair. The primary purpose of subwallet_ids is to allow for the creation of multiple wallets with a single key pair.

To clarify further, subwallet_id is a concept that is specific to the TON network and is used within a contract to create multiple wallets. By using subwallet_id, the contract can differentiate between the different wallets that are created, even though they all use the same key pair.

This allows for greater flexibility in managing cryptocurrency funds, as multiple wallets can be created and managed separately without the need for multiple key pairs.

In summary, subwallet_id is not the same as workchain_id in the TON network. Subwallet_id is a concept used within a contract to create multiple wallets with a single key pair, while workchain_id is a term used to identify specific shards or subgroups of nodes within the TON network.

2
2
Posted one year ago
7K Views
1 Answer
one year ago
one year ago
Tags