added index store keys to app.go

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2023-06-21 11:12:31 +02:00
parent 52969474ac
commit 027071419b
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
2 changed files with 81 additions and 1 deletions

View File

@ -291,7 +291,7 @@ func New(
ibctransfertypes.StoreKey, icahosttypes.StoreKey, capabilitytypes.StoreKey, group.StoreKey, ibctransfertypes.StoreKey, icahosttypes.StoreKey, capabilitytypes.StoreKey, group.StoreKey,
icacontrollertypes.StoreKey, icacontrollertypes.StoreKey,
assetmoduletypes.StoreKey, assetmoduletypes.StoreKey,
machinemoduletypes.StoreKey, machinemoduletypes.StoreKey, machinemoduletypes.TAIndexKey, machinemoduletypes.IssuerPlanetmintIndexKey, machinemoduletypes.IssuerLiquidIndexKey,
// this line is used by starport scaffolding # stargate/app/storeKey // this line is used by starport scaffolding # stargate/app/storeKey
) )
tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey) tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey)

View File

@ -43909,6 +43909,46 @@ paths:
description: A successful response. description: A successful response.
schema: schema:
type: object type: object
properties:
machine:
type: object
properties:
name:
type: string
ticker:
type: string
issued:
type: string
format: uint64
amount:
type: string
format: uint64
precision:
type: string
format: uint64
issuerPlanetmint:
type: string
issuerLiquid:
type: string
machineId:
type: string
metadata:
type: object
properties:
gps:
type: object
additionalProperties:
type: string
device:
type: object
additionalProperties:
type: string
assetDefinition:
type: object
additionalProperties:
type: string
additionalDataCID:
type: string
default: default:
description: An unexpected error response. description: An unexpected error response.
schema: schema:
@ -71579,6 +71619,46 @@ definitions:
description: Params defines the parameters for the module. description: Params defines the parameters for the module.
planetmintgo.machine.QueryGetMachineByPublicKeyResponse: planetmintgo.machine.QueryGetMachineByPublicKeyResponse:
type: object type: object
properties:
machine:
type: object
properties:
name:
type: string
ticker:
type: string
issued:
type: string
format: uint64
amount:
type: string
format: uint64
precision:
type: string
format: uint64
issuerPlanetmint:
type: string
issuerLiquid:
type: string
machineId:
type: string
metadata:
type: object
properties:
gps:
type: object
additionalProperties:
type: string
device:
type: object
additionalProperties:
type: string
assetDefinition:
type: object
additionalProperties:
type: string
additionalDataCID:
type: string
planetmintgo.machine.QueryParamsResponse: planetmintgo.machine.QueryParamsResponse:
type: object type: object
properties: properties: