View Source EIP712 (EIP712 v0.1.0)

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

Link to this section Summary

Functions

Encodes provided message with a secret key.

Link to this section Functions

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

Encodes provided message with a secret key.

Returns {:ok, String.t()} on success and {:error, binary()} on failure.