Store and retrieve the voucher decimals and contract address

This commit is contained in:
2024-10-25 17:24:09 +03:00
parent b4454f7517
commit 3ef64271e7
2 changed files with 187 additions and 101 deletions

View File

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