Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porscha Barnett & Keith Jenkins Blockset-corp / walletkit #416

Open
PORSCHAPORSCHA14 opened this issue Dec 4, 2022 · 0 comments
Open

Porscha Barnett & Keith Jenkins Blockset-corp / walletkit #416

PORSCHAPORSCHA14 opened this issue Dec 4, 2022 · 0 comments

Comments

@PORSCHAPORSCHA14
Copy link

#240 Barnett & Keith Jenkins Blockset-corp / walletkit Github.com

`Tronprotcol/ Tronscan.org

``import requests

url = "https://api.trongrid.io/wallet/createtransaction"

payload = "{\n "to_address": "41e9d79cc47518930bc322d9bf7cddd260a0260a8d",\n "owner_address": "41D1E7A6BC354106CB410E65FF8B181C600FF14292",\n "amount": 1000\n}"
headers = {
'Content-Type': "application/json",
'TRON-PRO-API-KEY': "25f66928-0b70-48cd-9ac6-da6f8247c663"
}
response = requests.request("POST", url, data=payload, headers=headers)
print(response.text)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant