add uritoken flag

This commit is contained in:
Denis Angell
2023-08-01 05:29:57 +02:00
parent 1860b2d9ce
commit 4171e618a2

View File

@@ -47,6 +47,9 @@ export const transactionFlags: { [key: /* TransactionType */ string]: Flags } =
tfSetFreeze: '0x00100000',
tfClearFreeze: '0x00200000',
},
URITokenMint: {
tfBurnable: '0x00000001',
},
}
export const getFlags = (tt?: string) => {