Skip to content

reflexer-labs/ds-value

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSValue

Set and get a value

Authorized users can set and unset a value. Anyone can read the value.

Actions

getResultWithValidity

return the stored value along with boolean true if the value is set and false if not

read

return either the stored value or an exception if not set

updateResult

set the value (requires auth)

restartValue

unset the value (requires auth)

Packages

No packages published

Languages

  • Solidity 96.3%
  • Nix 2.9%
  • Makefile 0.8%