-
How to get metadata?
Which interface to call to get the data of each module, each method, each annotation?
-
substrate.get_metadata_modules currently only prints count_call_functions, how can I print out the call_functions name of the corresponding module?
for example,
{'metadata_index': 0, 'module_id': 'S…
-
Hi, I am going to this Harvester on my Local.
So I cloned this rep on my local and executed all steps step by step as your readme.
But Now, I am getting this error when I run `alembic upgrade head` …
-
Hello and thanks for writing this library. I'm working a project that requires decoding somewhat arbitrary SCALE-encoded data that contains types from Substrate. One such example is [`BlockAnnounce`](…
-
I'm trying to use py-substrate-interface to scrape some data from Aleph Zero blockchain, which has switched from V13 to V14 metadata at some point in its history. Queries I'm trying to make for older …
-
Version: 1.4.2
Requesting fees does not work anymore
I think it is since issue #277.
https://github.com/polkascan/py-substrate-interface/blob/a6adde8578f83c3cc057679443d64d0891b15190/substrat…
-
I am trying to use this package to do stuff programmatically in python.
Reading from storage works fine, so I think I have got the basics correct.
When trying to do a transfer like this,
```
…
-
Hello. I am trying to send an XCM call with this library to place a pin order in Crust Shadow parachain using an XCM channel established between it and Robonomics.
From what I see in the code snipp…
-
result = Substrate().substrate.query_map('RmrkCore', 'Properties', [10324, 31])
print(result)
for k, v in result:
print(k, type(k), v, type(v))
if k == 'stake-info':
…
-
I ran into a problem. When I transferred money, the fee received through get_payment_info was incorrect. How to accurately obtain its handling fee.
The second question is that there is a tip when tra…