-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
526 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
syntax = "proto3"; | ||
package pocket.supplier; | ||
|
||
option go_package = "pocket/x/supplier/types"; | ||
option go_package = "github.com/pokt-network/poktroll/x/supplier/types"; | ||
|
||
// TODO_UPNEXT(@Olshansk): The structure below is the default (untouched) scaffolded type. Update | ||
// and productionize it for our use case. | ||
message Proof { | ||
string index = 1; | ||
string supplierAddress = 2; | ||
string sessionId = 3; | ||
string rootHash = 4; | ||
|
||
string index = 1; | ||
string supplier_address = 2; | ||
string session_id = 3; | ||
string merkle_proof = 4; | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.