protosol 8.2.0

Protobuf definitions for the SVM fuzzing project.
Documentation
1
2
3
4
5
6
7
syntax = "proto3";
package org.solana.sealevel.v1;

// FixtureMetadata includes the metadata for the fixture
message FixtureMetadata {
  string fn_entrypoint = 1; 
}