Introduced the AuthorityType enum class

develop
Nelson R. Perez 2017-07-11 23:05:40 -05:00
parent 184bbfafa3
commit f5288afde9
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package de.bitsharesmunich.graphenej;
/**
* Enum-type used to specify the different roles of an authority.
*
* @see <a href="https://bitshares.org/doxygen/authority_8hpp_source.html">Authority</a>
*/
public enum AuthorityType {
OWNER,
ACTIVE,
MEMO
}