Fixes + stable gateway ids
This commit is contained in:
@@ -16,11 +16,11 @@ type ChainAsset struct {
|
||||
}
|
||||
|
||||
type ChainAssetDescription struct {
|
||||
storable.Storable `bson:",inline" json:",inline"`
|
||||
Describable `bson:",inline" json:",inline"`
|
||||
Asset ChainAsset `bson:"asset" json:"asset"`
|
||||
storable.Base `bson:",inline" json:",inline"`
|
||||
Describable `bson:",inline" json:",inline"`
|
||||
Asset ChainAsset `bson:"asset" json:"asset"`
|
||||
}
|
||||
|
||||
func Collection(*ChainAssetDescription) mservice.Type {
|
||||
func (*ChainAssetDescription) Collection() string {
|
||||
return mservice.ChainAssets
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user