github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/pkg/modules/vm/risc0vm/risc0_models.go (about) 1 package risc0vm 2 3 type CreateProofReq struct { 4 ImageID string `json:"imageID"` 5 PrivateInput string `json:"privateInput"` 6 PublicInput string `json:"publicInput"` 7 ReceiptType string `json:"receiptType"` 8 } 9 10 type CreateProofRsp struct { 11 Receipt string `json:"receipt"` 12 }