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

wallet grpc stubs #144

Open
wants to merge 4 commits into
base: sigma
Choose a base branch
from
Open

Conversation

biryukovmaxim
Copy link
Collaborator

No description provided.

@biryukovmaxim biryukovmaxim requested a review from aspect January 20, 2025 15:51
}

async fn send(&self, _request: Request<SendRequest>) -> Result<Response<SendResponse>, Status> {
let response = SendResponse { tx_i_ds: vec![], signed_transactions: vec![] };
Copy link
Collaborator

@michaelsutton michaelsutton Jan 27, 2025

Choose a reason for hiding this comment

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

tx_i_ds is interesting. Might be worth renaming in the proto to txIds, txId so that the rust naming transform makes it tx_ids, tx_id

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

renamed 39b8738

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.

2 participants