Jürgen Eckel 79dba6296f
Fix liuqid notarization (#191)
* registerAsset

* added new command and new query

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2023-11-22 14:28:13 +01:00

13 lines
255 B
Protocol Buffer

syntax = "proto3";
package planetmintgo.machine;
option go_package = "github.com/planetmint/planetmint-go/x/machine/types";
message LiquidAsset {
string machineID = 1;
string machineAddress = 2;
string assetID = 3;
bool registered = 4;
}