Introduced the AuthorityType enum class
This commit is contained in:
parent
184bbfafa3
commit
f5288afde9
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
Loading…
Reference in a new issue