View Source EIP712 (EIP712 v0.3.0)

This module is a wrapper around Rust implementation of EIP-721.

Summary

Functions

@spec sign(String.t(), String.t()) :: {:ok, String.t()} | {:error, binary()}
Link to this function

sign_message(message, secret)

View Source
@spec sign_message(String.t(), String.t()) :: {:ok, String.t()} | {:error, binary()}