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
flow-go-sdk needs to be updated to include block_height in the transaction result but it is missing from the access openapi schema.
flow-go-sdk
block_height
N/A
None
flow-go-sdk builds its json models using swagger-codegen generate -l go -i https://raw.githubusercontent.com/onflow/flow/master/openapi/access.yaml -D packageName=models,modelDocs=false,models -o access/http/models;
swagger-codegen generate -l go -i https://raw.githubusercontent.com/onflow/flow/master/openapi/access.yaml -D packageName=models,modelDocs=false,models -o access/http/models;
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
flow-go-sdk
needs to be updated to includeblock_height
in the transaction result but it is missing from the access openapi schema.Steps to Reproduce
N/A
Acceptance Criteria
None
Context
flow-go-sdk
builds its json models usingswagger-codegen generate -l go -i https://raw.githubusercontent.com/onflow/flow/master/openapi/access.yaml -D packageName=models,modelDocs=false,models -o access/http/models;
The text was updated successfully, but these errors were encountered: