We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While storage, events, and errors are present in subxt Metadata, constants are missing.
subxt
Metadata
While subxt users may likely find numerous use cases for constants, a couple use case within subxt itself come to mind:
System::Constants::TransactionByteFee
TransactionPayment::Constants::ExtrinsicBaseWeight
System::Constants::BlockHashCount
It looks like constants are defined as a field of ModuleMetadata
constants
ModuleMetadata
The text was updated successfully, but these errors were encountered:
emostov
Successfully merging a pull request may close this issue.
While storage, events, and errors are present in
subxt
Metadata
, constants are missing.While
subxt
users may likely find numerous use cases for constants, a couple use case withinsubxt
itself come to mind:System::Constants::TransactionByteFee
andTransactionPayment::Constants::ExtrinsicBaseWeight
could be used to do offchain fee calculationsSystem::Constants::BlockHashCount
could be used for creating a better default mortality period for an extrinsicIt looks like
constants
are defined as a field ofModuleMetadata
The text was updated successfully, but these errors were encountered: