paritytech / subxt-explorer

Web App for exploring Substrate-based Chains using Subxt
Other
12 stars 0 forks source link

Runtime APIs: Fetch Values for Methods that don't require Params #13

Closed tadeohepperle closed 7 months ago

tadeohepperle commented 8 months ago

Similarly to Storage Items we want to fetch and display values for runtime API methods that do not require an explicit input from the user. E.g. core/version is a good candidate.