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

State Privacy #109

Open
martindale opened this issue Sep 30, 2022 · 1 comment
Open

State Privacy #109

martindale opened this issue Sep 30, 2022 · 1 comment
Assignees
Labels
security Secure the bag

Comments

@martindale
Copy link
Member

Sample

const state = {};

async function main (state = {}) {
  this.state = state;
  return this;
}

main();

Notes

this should generally be derived from @fabric/core/types/actor_state should eventually become inaccessible to outside callers.

@martindale martindale added the security Secure the bag label Sep 30, 2022
@martindale martindale self-assigned this Sep 30, 2022
@martindale
Copy link
Member Author

cc: @ChronicSmoke / @anandsuresh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Secure the bag
Projects
Status: ON DECK
Development

No branches or pull requests

1 participant