mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-12 17:16:38 +00:00

* initial asset notarization restructuring * adjusted test cases, two are still failing * removed obsolete data structures --------- Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
9 lines
158 B
Protocol Buffer
9 lines
158 B
Protocol Buffer
syntax = "proto3";
|
|
package planetmintgo.asset;
|
|
|
|
option go_package = "github.com/planetmint/planetmint-go/x/asset/types";
|
|
|
|
message Asset {
|
|
string cid = 1;
|
|
}
|