package pylons.pylons

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

service Msg

tx.proto:18

Msg defines the Msg service.

service Query

query.proto:21

Query defines the gRPC querier service.

message AccountAddr

accounts.proto:17

Used in: QueryGetAddressByUsernameResponse

message AppleInAppPurchaseOrder

apple_in_app_purchase_order.proto:6

message CoinInput

recipe.proto:136

Used in: MsgCreateRecipe, MsgCreateTrade, MsgUpdateRecipe, Recipe, Trade

message CoinIssuer

params.proto:17

CoinIssuer represents an entity or external blockchain

Used in: Params

message CoinOutput

recipe.proto:82

CoinOutput models the continuum of valid outcomes for coin generation in recipes

Used in: EntriesList

message Cookbook

cookbook.proto:9

Used in: EventUpdateCookbook, GenesisState, QueryGetCookbookResponse, QueryListCookbooksByCreatorResponse

message CreatePaymentAccount

redeem_info.proto:16

message DoubleInputParam

recipe.proto:11

DoubleInputParam describes the bounds on an item input/output parameter of type float64

Used in: ItemInput

message DoubleKeyValue

item.proto:11

DoubleKeyValue describes double key/value set

Used in: Item, ItemRecord

message DoubleParam

recipe.proto:51

DoubleParam describes the bounds on an item input/output parameter of type float64

Used in: ItemModifyOutput, ItemOutput

message DoubleWeightRange

recipe.proto:44

DoubleWeightRange describes weight range that produce double value

Used in: DoubleParam

message EntriesList

recipe.proto:124

EntriesList is a struct to keep list of items and coins

Used in: MsgCreateRecipe, MsgUpdateRecipe, Recipe

message EventApplePurchase

event.proto:176

message EventBurnDebtToken

event.proto:17

message EventCancelTrade

event.proto:141

message EventCompleteExecution

event.proto:85

message EventCompleteExecutionEarly

event.proto:117

message EventCreateAccount

event.proto:22

message EventCreateCookbook

event.proto:48

message EventCreateExecution

event.proto:79

EventCreateExecution contains the creator and id of a created execution. Execution ids are of the form {count-targetBlockHeight}

message EventCreateRecipe

event.proto:65

message EventCreateTrade

event.proto:136

message EventDropExecution

event.proto:112

message EventFulfillTrade

event.proto:146

message EventGooglePurchase

event.proto:163

message EventRegisterKYCAccount

event.proto:32

message EventRemoveKYCAccount

event.proto:40

message EventSendItems

event.proto:122

message EventSetItemString

event.proto:128

message EventStripePurchase

event.proto:171

message EventTransferCookbook

event.proto:59

message EventUpdateAccount

event.proto:27

message EventUpdateCookbook

event.proto:55

EventUpdateCookbook contains a record of the cookbook pre-update. The updated fields can be found by the message emitted by MsgUpdateCookbook

message EventUpdateRecipe

event.proto:73

EventUpdateRecipe contains a record of the recipe pre-update. The updated fields can be found by the message emitted by MsgUpdateRecipe

message Execution

execution.proto:18

Used in: GenesisState, QueryGetExecutionResponse, QueryListExecutionsByItemResponse, QueryListExecutionsByRecipeResponse

message GenesisState

genesis.proto:20

GenesisState defines the pylons module's genesis state.

message GoogleInAppPurchaseOrder

google_iap_order.proto:6

Used in: GenesisState, QueryGetGoogleInAppPurchaseOrderResponse

message GoogleInAppPurchasePackage

params.proto:10

Used in: CoinIssuer

message History

history.proto:6

message IntWeightRange

recipe.proto:59

IntWeightRange describes weight range that produce int value

Used in: LongParam

message Item

item.proto:28

Used in: EventCompleteExecution, GenesisState, QueryGetItemResponse, QueryListItemByOwnerResponse

message ItemHistory

item.proto:47

Used in: QueryGetItemHistoryResponse

message ItemInput

recipe.proto:36

ItemInput is a struct for describing an input item

Used in: MsgCreateRecipe, MsgCreateTrade, MsgUpdateRecipe, Recipe, Trade

message ItemModifyOutput

recipe.proto:106

ItemModifyOutput describes what is modified from item input

Used in: EntriesList

message ItemOutput

recipe.proto:89

ItemOutput models the continuum of valid outcomes for item generation in recipes

Used in: EntriesList

message ItemRecord

execution.proto:11

Used in: Execution

message ItemRef

trade.proto:10

Used in: EventFulfillTrade, EventSendItems, MsgCreateTrade, MsgFulfillTrade, MsgSendItems, Trade

message KYCAccount

accounts.proto:31

message LongInputParam

recipe.proto:20

LongInputParam describes the bounds on an item input/output parameter of type int64

Used in: ItemInput

message LongKeyValue

item.proto:17

LongKeyValue describes long key/value set

Used in: Item, ItemRecord

message LongParam

recipe.proto:66

LongParam describes the bounds on an item input/output parameter of type int64

Used in: ItemModifyOutput, ItemOutput

message Params

params.proto:36

Params represent the parameters used by the pylons module

Used in: GenesisState

message PaymentInfo

payment_info.proto:8

Used in: EventCreateExecution, EventFulfillTrade, GenesisState, MsgAddStripeRefund, MsgExecuteRecipe, MsgFulfillTrade, QueryAllPaymentInfoResponse, QueryGetPaymentInfoResponse, StripeRefund

message PaymentProcessor

params.proto:24

Used in: Params

message Recipe

recipe.proto:140

Used in: EventUpdateRecipe, GenesisState, QueryGetRecipeResponse, QueryListRecipesByCookbookResponse

message RecipeHistory

query.proto:180

Used in: QueryGetRecipeHistoryResponse

message RedeemInfo

redeem_info.proto:8

Used in: EventBurnDebtToken, GenesisState, MsgBurnDebtToken, QueryAllRedeemInfoResponse, QueryGetRedeemInfoResponse

message RefereeSignup

accounts.proto:26

Used in: ReferralKV

message ReferralKV

accounts.proto:21

Used in: QueryListSignUpByRefereeResponse

message StandardError

standard_error.proto:6

message StringInputParam

recipe.proto:29

StringInputParam describes the bounds on an item input/output parameter of type string

Used in: ItemInput

message StringKeyValue

item.proto:23

StringKeyValue describes string key/value set

Used in: EventSetItemString, Item, ItemModifyOutput, ItemOutput, ItemRecord

message StringParam

recipe.proto:74

StringParam describes an item input/output parameter of type string

Used in: ItemModifyOutput, ItemOutput

message StripeRefund

stripe_refund.proto:7

Used in: QueryGetStripeRefundResponse

message Trade

trade.proto:15

Used in: GenesisState, QueryGetTradeResponse, QueryListTradesByCreatorResponse

message UserMap

accounts.proto:8

Used in: GenesisState

message Username

accounts.proto:13

Used in: QueryGetUsernameByAddressResponse

message WeightedOutputs

recipe.proto:131

WeightedOutputs is to make structs which is using weight to be based on

Used in: MsgCreateRecipe, MsgUpdateRecipe, Recipe