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
Add fee to baseReq on txs POST body for users to define their own fee value.
fee
POST
There's no way to define fees now on the REST txs
Add a Fee property to the BaseReq:
Fee
BaseReq
cosmos-sdk/client/utils/rest.go
Lines 121 to 131 in 03771a3
cc: @jackzampolin @alessio @faboweb @alexanderbez
The text was updated successfully, but these errors were encountered:
fedekunze
Successfully merging a pull request may close this issue.
Summary
Add
fee
to baseReq on txsPOST
body for users to define their own fee value.Problem Definition
There's no way to define fees now on the REST txs
Proposal
Add a
Fee
property to theBaseReq
:cosmos-sdk/client/utils/rest.go
Lines 121 to 131 in 03771a3
cc: @jackzampolin @alessio @faboweb @alexanderbez
For Admin Use
The text was updated successfully, but these errors were encountered: