define address key

This commit is contained in:
2024-10-25 17:45:32 +03:00
parent 6b5d3f74d1
commit 4011bc18b6
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ const (
DATA_RECIPIENT
DATA_AMOUNT
DATA_TEMPORARY_PIN
DATA_ADDRESS
)
func typToBytes(typ DataTyp) []byte {