View Source EIP712 (EIP712 v0.2.0)

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

Link to this section Summary

Link to this section 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()}