BSV.Tokens.ScriptType (bsv_sdk v1.4.0)

Copy Markdown View Source

Classification of script types relevant to token operations.

Summary

Functions

Convert a script type atom to its human-readable string representation.

Types

t()

@type t() :: :p2pkh | :p2mpkh | :stas | :stas_btg | :stas3 | :op_return | :unknown

Functions

to_string(atom)

@spec to_string(t()) :: String.t()

Convert a script type atom to its human-readable string representation.