3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-14 11:15:49 +00:00

Added "IMAGE", "VIDEO" and "DOCUMENT" service types.

This commit is contained in:
CalDescent 2021-11-07 18:44:05 +00:00
parent b5feb5f733
commit a364206159

View File

@ -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);