FAIR TESTNET

CREATE

Creates a new author for a specified period

author years=YEARS title=NAME by=NAME
years Number of years in [1..10] range
title A title of a author being created
by A name of user that is going to register the author

Example:

author years=5 title=one by=second

NAME

Sets an nickname for a specified author

author EID name=NAME by=NAME
<First> Id of a author to update
name A new nickname
by A name of user eligible to change Author entity

Example:

author 1111-22 name=one by=second

ENTITY

Get author entity information from MCV database

author EID
<First> Id of an author to get information about

Example:

author 1111-22

SECURITY

Extend author rent for a specified period. Allowed during the last year of current period only.

author EID addowner=AA removeowner=AA by=NAME
<First> Id of an author to be renewed
addowner Account Id of a new owner to add
removeowner Account Id of a existing owner to remove
by A name of user eligible to change Author entity

Example:

author 1111-22 addowner=plsar7tfrq83mvfaw0m6u0l9jmsxhkjvk5zzanaqrhavfygl5w2sq3cyyk9btes removeowner=gya27t2jsxdfa3gdywck9cdtwe6lhc59qwwrq2jdq6plz3k9hhjsqx0yuc6btes by=one

RENEW

Prolongs current expiration date of an author for a specified number of years

author EID years=YEARS by=NAME
<First> Id of a author to update
years A number of years to renew author for.
by A name of user eligible to change Author entity

Example:

author 1111-22 years=5 by=one

PULISHERLIMITS

Sets a utility limits for the specified author of the specfied store

author EID store=EID energy=INT spacetime=INT by=NAME
<First> Id of a author to update
store Id of a store where author is the member
energy A new limit for the energy
spacetime A new limit for the spacetime
by A name of user eligible to change Author entity

Example:

author 1111-22 store=123456-789 energy=324552 spacetime=1000 by=one

MODERATIONREWARD

Sets the moderation reward for the specified author

author EID energy=INT by=NAME
<First> Id of a author to update
energy Amount of energy for reward
by A name of user eligible to change Author entity

Example:

author 1111-22 energy=324552 by=one

VERIFICATION

Requests the net to check ownership of web domain for the specified author

author EID domain=NAME by=NAME
<First> Id of an author to verify
domain Web domain name
by A name of user eligible to change Author entity

Example:

author 1111-22 domain=one by=second

AVATAR

Sets an avatar for a specified author. Only files with correct media type(MIME) are accepted.

author EID file=EID by=NAME
<First> Id of a author to update
file Id of a file entity
by A name of user eligible to change Author entity

Example:

author 1111-22 file=123456-789 by=one

INFO

Changes various author descriptive properties

author EID title=TEXT description=TEXT ref={text=TEXT uri=URI} by=NAME
<First> Id of a author to update
title A new title
description A new description
ref Zero or more Uri references with a description
by A name of user eligible to change Author entity

Example:

author 1111-22 title="Hello world!" description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" ref={text=Website uri=http://www.company.com} by=one