Create an example contract with multiple methods #1

Closed
opened 2023-07-28 08:38:25 +00:00 by fyrchik · 0 comments

GetNumber must return the number from storage. It must panic if the number is not there.
PutNumber must update the number in storage.

Layout:

impulse/
  config.yml
  contract.go
tests/
  contract_test.go
`GetNumber` must return the number from storage. It must panic if the number is not there. `PutNumber` must update the number in storage. Layout: ``` impulse/ config.yml contract.go tests/ contract_test.go ```
elebedeva was assigned by fyrchik 2023-07-28 08:50:55 +00:00
fyrchik referenced this issue from a commit 2023-08-01 10:42:03 +00:00
Sign in to join this conversation.
There is no content yet.