package althea.microtx.v1

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

service Msg

msgs.proto:10

Msg defines the state transitions possible within microtx

service Query

query.proto:11

Query defines the possible queries to make of the microtx module

message EventAccountLiquified

msgs.proto:89

A type for the block's event log, every successful MsgLiquify must create one of these in the event log

message EventBalanceRedirect

msgs.proto:56

A type for the block's event log recording when a Liquid Infrastructure account has a received balance redirected to its registered LiquidInfrastructureNFT

message EventMicrotx

msgs.proto:40

A type for the block's event log, every successful Microtx must create one of these in the event log

message EventMicrotxFeeCollected

msgs.proto:49

A type for the block's event log, Microtx fees may be collected out-of-band and so this event may be emitted in an AnteHandler or during the Msg handler

message GenesisState

genesis.proto:9

message LiquidInfrastructureAccount

msgs.proto:66

Records critical information about a Liquid Infrastructure Account ACCOUNT The bech32 address of the liquid infrastructure account OWNER The bech32 address of the account now in control of the liquid infrastructure NFT_ADDRESS The EVM address of the token contract in control of the liquid infrastructure account's accrued profits

Used in: MsgLiquifyResponse, QueryLiquidAccountResponse, QueryLiquidAccountsResponse

message Params

genesis.proto:7

Params struct

Used in: GenesisState, QueryParamsResponse