mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
added index store keys to app.go
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
52969474ac
commit
027071419b
@ -291,7 +291,7 @@ func New(
|
||||
ibctransfertypes.StoreKey, icahosttypes.StoreKey, capabilitytypes.StoreKey, group.StoreKey,
|
||||
icacontrollertypes.StoreKey,
|
||||
assetmoduletypes.StoreKey,
|
||||
machinemoduletypes.StoreKey,
|
||||
machinemoduletypes.StoreKey, machinemoduletypes.TAIndexKey, machinemoduletypes.IssuerPlanetmintIndexKey, machinemoduletypes.IssuerLiquidIndexKey,
|
||||
// this line is used by starport scaffolding # stargate/app/storeKey
|
||||
)
|
||||
tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey)
|
||||
|
||||
80
docs/static/openapi.yml
vendored
80
docs/static/openapi.yml
vendored
@ -43909,6 +43909,46 @@ paths:
|
||||
description: A successful response.
|
||||
schema:
|
||||
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:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@ -71579,6 +71619,46 @@ definitions:
|
||||
description: Params defines the parameters for the module.
|
||||
planetmintgo.machine.QueryGetMachineByPublicKeyResponse:
|
||||
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:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user