added fix for active indexed tokens + improved data structure for wallet description
This commit is contained in:
@@ -7,6 +7,7 @@ option go_package = "github.com/tech/sendico/pkg/proto/gateway/chain/v1;chainv1"
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "common/money/v1/money.proto";
|
||||
import "common/pagination/v1/cursor.proto";
|
||||
import "common/describable/v1/describable.proto";
|
||||
|
||||
// Supported blockchain networks for the managed wallets.
|
||||
enum ChainNetwork {
|
||||
@@ -57,6 +58,7 @@ message ManagedWallet {
|
||||
map<string, string> metadata = 7;
|
||||
google.protobuf.Timestamp created_at = 8;
|
||||
google.protobuf.Timestamp updated_at = 9;
|
||||
common.describable.v1.Describable describable = 10;
|
||||
}
|
||||
|
||||
message CreateManagedWalletRequest {
|
||||
@@ -65,6 +67,7 @@ message CreateManagedWalletRequest {
|
||||
string owner_ref = 3;
|
||||
Asset asset = 4;
|
||||
map<string, string> metadata = 5;
|
||||
common.describable.v1.Describable describable = 6;
|
||||
}
|
||||
|
||||
message CreateManagedWalletResponse {
|
||||
|
||||
Reference in New Issue
Block a user