Hello I am trying to use runMethod method for a smart contract method with the following format
_ get_member_balance(slice address) method_id {

I am not quite sure how to convert to slice and how actually call that method. Anyone could guide me?

Jul 11, 2023, 5:23 PM
your SDK should have something like CellBuilder and some method like StoreAddr or SaveAddresStd
Jul 11, 2023, 5:33 PM
That is correct something like beginCell().storeAddress and how can you construct the following:

TonClient.runMethod(Address), 'method', TupleItem);
Jul 11, 2023, 5:35 PM

© 2024 Draquery.com All rights reserved.