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

Node.send should not take Message #51

Open
decanus opened this issue Sep 7, 2019 · 1 comment
Open

Node.send should not take Message #51

decanus opened this issue Sep 7, 2019 · 1 comment
Assignees
Milestone

Comments

@decanus
Copy link
Contributor

decanus commented Sep 7, 2019

Problem

The node.send function currently takes an argument of the type Message this isn't optimal as we cannot expect endusers to know all those fields.

Acceptance Criteria

There are 3 functions, each for sending a message.

Sending to an address:

send(to: UBID, message: Data)

Sending to a service:

send(service: UBID, message: Data)

Sending to an address and service, this function is called by the above functions.

send(to: UBID, service: UBID, message: Data)
@decanus
Copy link
Contributor Author

decanus commented May 5, 2020

closed by #89

@decanus decanus mentioned this issue May 5, 2020
10 tasks
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 a pull request may close this issue.

2 participants