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
Back to post

Revisions 8

5 months ago
Jeremy
384 × 5 Administrator
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
I made a transfer request via the tonweb JavaScript SDK: ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` This code returns data: ``` {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} ``` 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` This code returns data: ``` {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} ``` 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
#toncli #transactions #tonweb
#toncli #transactions #tonweb
5 months ago
Jeremy
384 × 5 Administrator
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
I make transfer request via js-sdk : ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` This code returns data: ``` {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} ``` 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` This code returns data: ``` {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} ``` 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
#toncli #transactions #tonweb
#js-sdk #toncli #transactions #tonweb
5 months ago
Jeremy
384 × 5 Administrator
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
I make transfer request via js-sdk : ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` This code returns data: ``` {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} ``` 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
#js-sdk #toncli #transactions #tonweb
#js-sdk #toncli #transactions #tonweb
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
I make transfer request via js-sdk : ```javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
#js-sdk #toncli #transactions #tonweb
#js-sdk #toncli #transactions #tonweb
How I can get transfer transaction data, and what is the EXTRA data that comes with it?
How I can get transfer transaction data (hash, lt and etc...)? What is the EXTRA means when I using js-sdk
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
#js-sdk #toncli #transactions #tonweb
#js-sdk #toncli #transactions #tonweb
How I can get transfer transaction data (hash, lt and etc...)? What is the EXTRA means when I using js-sdk
How I can get transfer transaction data (hash, lt and etc...)? What is the EXTRA means when I using js-sdk
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) Import from: https://t.me/tondev_eng/523
#js-sdk #toncli #transactions #tonweb
#js-sdk #toncli #transactions #tonweb
How I can get transfer transaction data (hash, lt and etc...)? What is the EXTRA means when I using js-sdk
How I can get transfer transaction data (hash, lt and etc...)? What is the EXTRA means when I using js-sdk
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...) Import from: https://t.me/tondev_eng/523
I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...)
#js-sdk #toncli #transactions #tonweb
#js-sdk #toncli #transactions #tonweb
7 months ago
Original
How I can get transfer transaction data (hash, lt and etc...)? What is the EXTRA means when I using js-sdk

I make transfer request via js-sdk : ``` (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; ``` **This code returns data:** {transfer_result={@type=ok, @extra=1648111903.1049073:17:0.537090894452867}} 1. What is it mean EXTRA? What is it? 2. How I can get transfer transaction data (hash, lt and etc...)
#js-sdk #toncli #transactions #tonweb