cli/tx/aes.go

9 lines
64 B
Go
Raw Normal View History

2024-06-05 11:45:03 +03:00
package tx
type Key rune
const (
KeyControlC Key = '\x03'
)