Creates a new store
store c years=YEARS title=NAME by=NAME
| years | Number of years for which ownership is guaranteed | |
| title | Title of the store being created | |
| by | Name of the user registering the store |
Example:
store c years=5 title=satoshi by=nakamoto
Prolongs expiration date of a store for the specified number of years
store r name=NAME id=EID years=YEARS by=NAME
| name | OR | Name of the store to update |
| id | Id of the store to update | |
| years | Number of years (365 days per year) since today to renew the store for | |
| by | Name of the user eligible to propose changes to the store |
Example:
store r name=satoshi years=5 by=nakamoto
Get information about the specified store
store e name=NAME id=EID
| name | OR | Name of the store to get information about |
| id | Id of the store to get information about |
Example:
store e name=satoshi