Search
Aptos
v0.2.2
Pages
Modules
Settings
View Source
Aptos.Util
(Aptos v0.2.2)
Link to this section
Summary
Functions
binary_to_hex(bin)
hex_to_binary(hex)
Link to this section
Functions
Link to this function
binary_to_hex(bin)
View Source
@spec
binary_to_hex(
binary
()) ::
String.t
()
Link to this function
hex_to_binary(hex)
View Source
@spec
hex_to_binary(
String.t
()) ::
binary
()