add temp and active balance

This commit is contained in:
2024-10-10 14:48:23 +03:00
parent 9ad7d5a522
commit 7c08a0f0af
2 changed files with 21 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ const (
DATA_VOUCHER_LIST
DATA_TEMPORARY_SYM
DATA_ACTIVE_SYM
DATA_TEMPORARY_BAL
DATA_ACTIVE_BAL
)
func typToBytes(typ DataTyp) []byte {