tonlib-rs icon indicating copy to clipboard operation
tonlib-rs copied to clipboard

How to get the seqno for jetton transfer?

Open chriamue opened this issue 8 months ago • 1 comments

Hi, how to get the right seqno which is set to let seqno:i32 = 30000000; in the create_jetton_transfer example function?

let jetton_data = master_contract.get_jetton_data().await?;

As I understand the seqno must be the seqno of the "".

chriamue avatar Jun 30 '24 12:06 chriamue