Skip to content

Conversation

@LINCKODE
Copy link
Member

No description provided.

@LINCKODE LINCKODE linked an issue Dec 22, 2025 that may be closed by this pull request
option (google.api.http) = {
post: "/querySmartContract"
body: "*"
};
Copy link
Contributor

Choose a reason for hiding this comment

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

I know that is not part of the original scope of the PR, but can we document the body?

Copy link
Member Author

Choose a reason for hiding this comment

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

Added documentation

option (google.api.http) = {
post: "/broadcast-transaction"
body: "*"
};
Copy link
Contributor

Choose a reason for hiding this comment

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

I know that is not part of the original scope of the PR, but can we document the body?

Copy link
Member Author

Choose a reason for hiding this comment

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

Added documentation.

type: integer
description: current network tick
format: uint32
duration:
Copy link
Contributor

@sallymoc sallymoc Dec 23, 2025

Choose a reason for hiding this comment

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

please add a description for the duration and indicate in which unit is

Copy link
Member Author

Choose a reason for hiding this comment

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

Waiting for a response from core about the value and it's unit of measurement.

Copy link
Contributor

@sallymoc sallymoc Dec 23, 2025

Choose a reason for hiding this comment

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

can we describe this

int64 balance = 2;
uint32 valid_for_tick = 3;
uint32 latest_incoming_transfer_tick = 4;
uint32 latest_outgoing_transfer_tick = 5;
int64 incoming_amount = 6;
int64 outgoing_amount = 7;
uint32 number_of_incoming_transfers = 8;
uint32 number_of_outgoing_transfers = 9; ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Added documentation.

@LINCKODE LINCKODE requested a review from sallymoc January 5, 2026 23:03
@LINCKODE LINCKODE merged commit 6ab3278 into main Jan 13, 2026
8 checks passed
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.

Change openapi docs to openapi v3

2 participants