package kava.issuance.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:10

Msg defines the issuance Msg service.

service Query

query.proto:11

Query defines the gRPC querier service for issuance module

message Asset

genesis.proto:26

Asset type for assets in the issuance module

Used in: Params

message AssetSupply

genesis.proto:55

AssetSupply contains information about an asset's rate-limited supply (the total supply of the asset is tracked in the top-level supply module)

Used in: GenesisState

message GenesisState

genesis.proto:11

GenesisState defines the issuance module's genesis state.

message Params

genesis.proto:19

Params defines the parameters for the issuance module.

Used in: GenesisState, QueryParamsResponse

message RateLimit

genesis.proto:38

RateLimit parameters for rate-limiting the supply of an issued asset

Used in: Asset