Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::bbapi::SrsInitGrumpkinSrs Struct Reference

Initialize Grumpkin SRS with Grumpkin points. More...

#include <bbapi_srs.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (points_buf, num_points)
 
bool operator== (const SrsInitGrumpkinSrs &) const =default
 

Public Attributes

std::vector< uint8_t > points_buf
 
uint32_t num_points
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "SrsInitGrumpkinSrs"
 

Detailed Description

Initialize Grumpkin SRS with Grumpkin points.

Definition at line 42 of file bbapi_srs.hpp.

Member Function Documentation

◆ execute()

SrsInitGrumpkinSrs::Response bb::bbapi::SrsInitGrumpkinSrs::execute ( BBApiRequest request) &&

Definition at line 31 of file bbapi_srs.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::SrsInitGrumpkinSrs::MSGPACK_FIELDS ( points_buf  ,
num_points   
)

◆ operator==()

bool bb::bbapi::SrsInitGrumpkinSrs::operator== ( const SrsInitGrumpkinSrs ) const
default

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::SrsInitGrumpkinSrs::MSGPACK_SCHEMA_NAME[] = "SrsInitGrumpkinSrs"
staticconstexpr

Definition at line 43 of file bbapi_srs.hpp.

◆ num_points

uint32_t bb::bbapi::SrsInitGrumpkinSrs::num_points

Definition at line 53 of file bbapi_srs.hpp.

◆ points_buf

std::vector<uint8_t> bb::bbapi::SrsInitGrumpkinSrs::points_buf

Definition at line 52 of file bbapi_srs.hpp.


The documentation for this struct was generated from the following files: