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
Unanswered
TypeError: Do not know how to serialize a BigInt


General speaking, from the Error message that for BigInt

You should notice that your line of code is incorrect:
.storeUint(0,1) // forward_payload:(Either Cell ^Cell)

It should be the Cell not using Uint I think.

  
  
Posted one year ago
Howard Peng
10 × 1 Administrator
  
  

@<1515658400011128832|Howard Peng> no, the code as it is from docs. i already solved this error. the error in converting TON to nano using this "toNano()" function,this should be work as they mention in docs but it's giving error. so i had to remove that function and set static value.
Thanks for the answer

Rahul Dabhi   one year ago Report
271 Views
0 Answers
one year ago
one year ago