Skip to content

Instantly share code, notes, and snippets.

@ryanpedersen42
Last active September 3, 2019 22:24
Show Gist options
  • Select an option

  • Save ryanpedersen42/c6170fe917ce9cfcd7eb8634597d396a to your computer and use it in GitHub Desktop.

Select an option

Save ryanpedersen42/c6170fe917ce9cfcd7eb8634597d396a to your computer and use it in GitHub Desktop.
getSecret = async () => {
const { inputKey, dappStorage } = this.state;
const displayValue = await dappStorage.private.get(inputKey)
await this.setState({ displayValue })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment