-
Notifications
You must be signed in to change notification settings - Fork 85
fix sequence #167
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
fix sequence #167
Conversation
🟡 Heimdall Review Status
|
388c9c0 to
e29b053
Compare
src/coinbase/staking_balance.ts
Outdated
| address, | ||
| networkId, | ||
| assetId, | ||
| address, |
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.
Can we change these to be addressId?
| address: string, | ||
| addressId: string, | ||
| startTime: string, | ||
| endTime: string, |
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.
Can we make this take an object v.s. parameters?
6 parameters is quite a big to have contextual ordering for
alex-stone
left a comment
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.
Change looks good, as we go to 0.1.0 would be nice to update the initial request to take an object to be more usable .
What changed? Why?
fix the parameters sequence to align with what
api.tshasnetworkId, assetId, addressIdmodify
toString()ofStakingBalanceto be more readableTests
Result
Static Method
External Address Class
Qualified Impact