Introduced the AuthorityType enum class

This commit is contained in:
Nelson R. Perez 2017-07-11 23:05:40 -05:00
parent 184bbfafa3
commit f5288afde9

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
}