Get desktop application:
View/edit binary Protocol Buffers messages
MsgService defines the msgs that the cork module handles
MsgSubmitCorkRequest - sdk.Msg for submitting calls to Ethereum through the gravity bridge contract
the cork to send across the bridge
signer account address
(message has no fields)
MsgScheduleCorkRequest - sdk.Msg for scheduling a cork request for on or after a specific block height
the scheduled cork
the block height that must be reached
signer account address
(message has no fields)
Query defines the gRPC query service for the cork module.
QueryParams queries the allocation module parameters.
QueryParamsRequest is the request type for the Query/Params gRPC method.
(message has no fields)
QueryParamsRequest is the response type for the Query/Params gRPC method.
allocation parameters
QuerySubmittedCorks queries the submitted corks awaiting vote
QuerySubmittedCorksRequest is the request type for the Query/QuerySubmittedCorks gRPC query method.
(message has no fields)
QuerySubmittedCorksResponse is the response type for the Query/QuerySubmittedCorks gRPC query method.
corks in keeper awaiting vote
QueryCommitPeriod queries the heights for the current voting period (current, start and end)
QueryCommitPeriodRequest is the request type for the Query/QueryCommitPeriod gRPC method.
(message has no fields)
QueryCommitPeriodResponse is the response type for the Query/QueryCommitPeriod gRPC method.
block height at which the query was processed
latest vote period start block height
block height at which the current voting period ends
QueryCellarIDs returns all cellars and current tick ranges
QueryCellarIDsRequest is the request type for Query/QueryCellarIDs gRPC method.
(message has no fields)
QueryCellarIDsResponse is the response type for Query/QueryCellars gRPC method.
QueryScheduledCorks returns all scheduled corks
QueryScheduledCorksRequest
(message has no fields)
QueryScheduledCorksResponse
QueryScheduledBlockHeights returns all scheduled block heights
QueryScheduledBlockHeightsRequest
(message has no fields)
QueryScheduledBlockHeightsResponse
QueryScheduledCorks returns all scheduled corks at a block height
QueryScheduledCorksByBlockHeightRequest
QueryScheduledCorksByBlockHeightResponse
AddManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands
Used in:
, ,Used in:
, , , ,call body containing the ABI encoded bytes to send to the contract
address of the contract to send the call
GenesisState - all cork state that must be provided at genesis
Params cork parameters
Used in:
,VotePeriod defines the number of blocks to wait for votes before attempting to tally
VoteThreshold defines the percentage of bonded stake required to vote each period
RemoveManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands
Used in:
, ,Used in: