ForgeAbi

v1.18.5

  • Pages
  • Modules
  • Mix Tasks

    ForgeAbi v1.18.5 ForgeAbi View Source

    Public interface for ForgeAbi

    Link to this section Summary

    Functions

    add_type_url(type_url, mod)
    add_type_urls(type_urls)
    decode_any(any)
    decode_any!(any)
    encode_any(data, type_url \\ nil)
    encode_any!(data, type_url \\ nil)
    get_type_url(v)
    get_type_urls()
    one_token(decimal \\ 0)
    remove_type_url(type_url)
    token_to_unit(num, decimal \\ 0)
    unit_to_token(unit, decimal \\ 0)

    Link to this section Functions

    Link to this function

    add_type_url(type_url, mod) View Source

    Link to this function

    add_type_urls(type_urls) View Source

    Link to this function

    decode_any(any) View Source

    Link to this function

    decode_any!(any) View Source

    Link to this function

    encode_any(data, type_url \\ nil) View Source

    Link to this function

    encode_any!(data, type_url \\ nil) View Source

    Link to this function

    get_type_url(v) View Source

    Link to this function

    get_type_urls() View Source

    Link to this function

    one_token(decimal \\ 0) View Source

    Link to this function

    remove_type_url(type_url) View Source

    Link to this function

    token_to_unit(num, decimal \\ 0) View Source

    Link to this function

    unit_to_token(unit, decimal \\ 0) View Source

    Built using ExDoc (v0.19.3), designed by Friedel Ziegelmayer.