Created
December 29, 2023 05:44
-
-
Save leeduckgo/7c5e6b37e2b38400b21fc63d57dd84e1 to your computer and use it in GitHub Desktop.
CodesOnChain.Crypto.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule CodesOnChain.Crypto do | |
@moduledoc """ | |
the funcs about crypto | |
""" | |
def get_module_doc, do: @moduledoc | |
defdelegate verify_compact(msg, sig, addr), to: EthWallet | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment