Get desktop application:
View/edit binary Protocol Buffers messages
MsgService defines the msgs that the cork module handles
MsgScheduleCorkRequest - sdk.Msg for scheduling a cork request for on or after a specific block height
the scheduled cork
the chain id
the block height that must be reached
signer account address
cork ID
(message has no fields)
(message has no fields)
(message has no fields)
Query defines the gRPC query service for the cork module.
QueryParams queries the axelar cork 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
QueryCellarIDs queries approved cellar ids of all supported chains
QueryCellarIDs is the request type for Query/QueryCellarIDs gRPC method.
(message has no fields)
QueryCellarIDsResponse is the response type for Query/QueryCellarIDs gRPC method.
QueryCellarIDsByChainID returns all cellars and current tick ranges
QueryCellarIDsByChainIDRequest is the request type for Query/QueryCellarIDsByChainID gRPC method.
QueryCellarIDsByChainIDResponse is the response type for Query/QueryCellarIDsByChainID gRPC method.
QueryScheduledCorks returns all scheduled corks
QueryScheduledCorksRequest
QueryScheduledCorksResponse
QueryScheduledBlockHeights returns all scheduled block heights
QueryScheduledBlockHeightsRequest
QueryScheduledBlockHeightsResponse
QueryScheduledCorks returns all scheduled corks at a block height
QueryScheduledCorksByBlockHeightRequest
QueryScheduledCorksByBlockHeightResponse
QueryScheduledCorks returns all scheduled corks with the specified ID
QueryScheduledCorksByIDRequest
QueryScheduledCorksByIDResponse
(message has no fields)
(message has no fields)
(message has no fields)
AddAxelarManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands
This format of the Axelar community spend Ethereum proposal is specifically for the CLI to allow simple text serialization.
Used to enforce strictly newer call ordering per contract
Used in:
,Used in:
, , , ,call body containing the ABI encoded bytes to send to the contract
the chain ID of the evm target chain
address of the contract to send the call
unix timestamp before which the contract call must be executed. enforced by the proxy contract.
Used in:
, ,Used in:
The JSON representation of a ScheduleRequest defined in the Steward protos Example: The following is the JSON form of a ScheduleRequest containing a steward.v2.cellar_v1.TrustPosition message, which maps to the `trustPosition(address)` function of the the V1 Cellar contract. { "cellar_id": "0x1234567890000000000000000000000000000000", "cellar_v1": { "trust_position": { "erc20_address": "0x1234567890000000000000000000000000000000" } }, "block_height": 1000000 } You can use the Steward CLI to generate the required JSON rather than constructing it by hand https://github.com/peggyjv/steward
unix timestamp before which the contract call must be executed. enforced by the Axelar proxy contract
AxelarScheduledCorkProposalWithDeposit is a specific definition for CLI commands
Represents a proxy contract upgrade approved by governance with a delay in execution in case of an error.
Used in:
,Used in:
, , ,Used in:
, , ,pure token transfers have a fixed fee deducted from the amount sent in the ICS-20 message depending on the asset and destination chain they can be calculated here: https://docs.axelar.dev/resources/mainnet#cross-chain-relayer-gas-fee
Used in:
GenesisState - all cork state that must be provided at genesis
(message has no fields)
Used in:
,RemoveAxelarManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands
Used in:
, , ,Used in:
Represents a cork that has received enough votes to be executed
Used in: