Module EdOnBN254

Source
Expand description

Module containing a contract’s types and functions.

library EdOnBN254 {
    struct EdOnBN254Point { uint256 x; uint256 y; }
}

Structs§

EdOnBN254Instance
A EdOnBN254 instance.
EdOnBN254Point

Functions§

new
Creates a new wrapper around an on-chain EdOnBN254 contract instance.