-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
feat: added map
method to query builders
#45
base: main
Are you sure you want to change the base?
Conversation
* Documented types. * Bug-fixed viewing balance of the account by calculating manually storage cost
@akorchyn Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: waiting for scoringWe're waiting for maintainer to score this pull request with What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
read_only_with_postprocess
method to simplify contract interactionmap
method to query builders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this thingy here has to test the same thing that will be published
RUSTDOCFLAGS="-D warnings" cargo doc --all-features --document-private-items
https://github.com/near/near-api-rs/blob/main/.github/workflows/test.yml#L43
Don't think it related to this PR, though |
added
map
method to change the query result type if you want to construct it some other way around. These methods help to simplify mapping internally (more clean) and provide a big improvement in dev UX on fetching data.Bug-fixed Delegation::view_balance method that returned staked balance instead of unstaked.
@race-of-sloths