added fix for active indexed tokens + improved data structure for wallet description
This commit is contained in:
11
api/proto/common/describable/v1/describable.proto
Normal file
11
api/proto/common/describable/v1/describable.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common.describable.v1;
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/proto/common/describable/v1;describablev1";
|
||||
|
||||
// Describable captures a name/description pair reusable across resources.
|
||||
message Describable {
|
||||
string name = 1;
|
||||
optional string description = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user