Adapt voucher changes to package exports

This commit is contained in:
lash
2024-10-30 21:09:45 +00:00
11 changed files with 749 additions and 196 deletions

View File

@@ -29,6 +29,10 @@ const (
DATA_TEMPORARY_BAL
DATA_ACTIVE_BAL
DATA_PUBLIC_KEY_REVERSE
DATA_TEMPORARY_DECIMAL
DATA_ACTIVE_DECIMAL
DATA_TEMPORARY_ADDRESS
DATA_ACTIVE_ADDRESS
)
func typToBytes(typ DataTyp) []byte {