forked from Qortal/qortal
Added "IMAGE", "VIDEO" and "DOCUMENT" service types.
This commit is contained in:
parent
b5feb5f733
commit
a364206159
@ -35,6 +35,9 @@ public class ArbitraryTransactionData extends TransactionData {
|
||||
ARBITRARY_DATA(100),
|
||||
WEBSITE(200),
|
||||
GIT_REPOSITORY(300),
|
||||
IMAGE(400),
|
||||
VIDEO(500),
|
||||
DOCUMENT(600),
|
||||
BLOG_POST(777),
|
||||
BLOG_COMMENT(778);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user