risc0vm

package
v1.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProofReq

type CreateProofReq struct {
	ImageID      string `json:"imageID"`
	PrivateInput string `json:"privateInput"`
	PublicInput  string `json:"publicInput"`
	ReceiptType  string `json:"receiptType"`
}

type CreateProofRsp

type CreateProofRsp struct {
	Receipt string `json:"receipt"`
}

func CreateProof

func CreateProof(ctx context.Context, req *CreateProofReq, host string, path string) (*CreateProofRsp, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL