Skip to content
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

Add smart contract queries controller #394

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Mar 5, 2024

@andreibancioiu andreibancioiu changed the title Add queries controller Add smart contract queries controller Mar 5, 2024
@andreibancioiu andreibancioiu self-assigned this Mar 5, 2024
@andreibancioiu andreibancioiu marked this pull request as ready for review March 5, 2024 13:05
@dragos-rebegea dragos-rebegea self-requested a review March 5, 2024 13:08
dragos-rebegea
dragos-rebegea previously approved these changes Mar 5, 2024
@popenta popenta self-requested a review March 5, 2024 13:20
popenta
popenta previously approved these changes Mar 5, 2024
import { SmartContractQuery, SmartContractQueryResponse } from "./smartContractQuery";
import { ArgSerializer, ContractFunction, EndpointDefinition, NativeSerializer, ResultsParser } from "./smartcontracts";

interface Abi {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rename to IAbi for consistency? Or perhaps remove the I prefix from the other interfaces? (optional)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, fixed.

@andreibancioiu andreibancioiu merged commit 2f0d036 into feat/next Mar 5, 2024
1 check passed
@andreibancioiu andreibancioiu deleted the queries-05 branch March 5, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants