Flux Hex functions
import "contrib/bonitoo-io/hex"
string to hex string
hex.string(v: bytes(v: "Hello world!"))
string to hex int
hex.int(v: hex.string(v: bytes(v: "Hello world!")))
import "contrib/bonitoo-io/hex"
hex.string(v: bytes(v: "Hello world!"))
hex.int(v: hex.string(v: bytes(v: "Hello world!")))