BSV-ex v0.4.1 BSV.Script.ASM View Source
Module for parsing and serializing ASM strings to and from Script structs.
Link to this section Summary
Functions
Parses the given ASM string into a Script struct.
Serializes the given Script into a ASM encoded string.
Link to this section Functions
Link to this function
parse(data)
View Sourceparse(String.t()) :: BSV.Script.t()
parse(BSV.Script.t()) :: String.t()
Parses the given ASM string into a Script struct.
Serializes the given Script into a ASM encoded string.