Conversation
# Conflicts: # protobuff/qubic.proto
| option (google.api.http) = { | ||
| post: "/querySmartContract" | ||
| body: "*" | ||
| }; |
There was a problem hiding this comment.
I know that is not part of the original scope of the PR, but can we document the body?
| option (google.api.http) = { | ||
| post: "/broadcast-transaction" | ||
| body: "*" | ||
| }; |
There was a problem hiding this comment.
I know that is not part of the original scope of the PR, but can we document the body?
| type: integer | ||
| description: current network tick | ||
| format: uint32 | ||
| duration: |
There was a problem hiding this comment.
please add a description for the duration and indicate in which unit is
There was a problem hiding this comment.
Waiting for a response from core about the value and it's unit of measurement.
protobuff/qubic.proto
Outdated
There was a problem hiding this comment.
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; ?
No description provided.