-
substrate.get_metadata_modules currently only prints count_call_functions, how can I print out the call_functions name of the corresponding module? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
With |
Beta Was this translation helpful? Give feedback.
With
substrate.get_metadata_call_functions()
andsubstrate.get_metadata_call_function(pallet_name, function_name)
, for more info: https://polkascan.github.io/py-substrate-interface/#substrateinterface.SubstrateInterface.get_metadata_call_functions