what do I need to send in stack field in order to get public key of wallet?
(“runGetMethod" on toncenter API)
{
"address": “wallet_address”,
"method": “get_public_key”,
"stack": [
[
"string"
]
]
}
Feb 20, 2023, 12:03 PM
example of valid request body
Feb 20, 2023, 12:06 PM
thanks.
I get this response:
"stack": [
[
"num",
"0x1339c"
]
],
is this a bug or public key is so short?
on mainnet I get correct response
I get this response:
"stack": [
[
"num",
"0x1339c"
]
],
is this a bug or public key is so short?
on mainnet I get correct response
Feb 20, 2023, 12:11 PM
Is the wallet initialized?
Feb 20, 2023, 12:17 PM
no, how can I do it oon testnet?
Feb 20, 2023, 12:17 PM
Deploy it by sending any message out.
Feb 20, 2023, 12:17 PM
thank you
Feb 20, 2023, 12:21 PM