# Functions
No description provided by the author
DefaultParams returns a default set of parameters.
GetRedemptionScheduleKey provides the key to store a single pending redemption.
No description provided by the author
No description provided by the author
No description provided by the author
NewParams creates a new Params instance.
NewParamSetPair creates a new ParamSetPair instance.
No description provided by the author
ParamKeyTable returns the parameter key table.
No description provided by the author
RegisterLegacyAminoCodec registers the necessary x/insurance interfaces and concrete types on the provided LegacyAmino codec.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
insurance params default values.
DefaultInsurancePeriodDurationSeconds represents the number of seconds in two weeks.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Key for insurance prefixes.
No description provided by the author
Parameter keys.
MaxUnderwritingAmount equals 1 trillion * 1e18.
ModuleCdc references the global x/insurance module codec.
No description provided by the author
No description provided by the author
Key for insurance redemption prefixes.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenesisState defines the insurance module's genesis state.
No description provided by the author
MsgCreateInsuranceFund a message to create an insurance fund for a derivative market.
No description provided by the author
MsgRequestRedemption defines a message for requesting a redemption of the sender's insurance fund tokens.
No description provided by the author
MsgUnderwrite defines a message for depositing coins to underwrite an insurance fund.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueryEstimatedRedemptionsRequest is the request type for the Query/EstimatedRedemptions RPC method.
QueryEstimatedRedemptionsResponse is the response type for the Query/EstimatedRedemptions RPC method.
QueryInsuranceFundRequest is the request type for the Query/InsuranceFunds RPC method.
QueryInsuranceFundResponse is the response type for the Query/InsuranceFund RPC method.
QueryInsuranceFundsRequest is the request type for the Query/InsuranceFunds RPC method.
QueryInsuranceFundsResponse is the response type for the Query/InsuranceFunds RPC method.
QueryInsuranceParamsRequest is the request type for the Query/InsuranceParams RPC method.
QueryInsuranceParamsRequest is the response type for the Query/InsuranceParams RPC method.
QueryModuleStateRequest is the request type for the Query/InsuranceModuleState RPC method.
QueryModuleStateResponse is the response type for the Query/InsuranceModuleState RPC method.
QueryPendingRedemptionsRequest is the request type for the Query/PendingRedemptions RPC method.
QueryPendingRedemptionsResponse is the response type for the Query/PendingRedemptions RPC method.
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
BankKeeper defines the expected bank keeper methods.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
ParamSet defines an interface for structs containing parameters for a module.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
# Type aliases
ParamSetPairs Slice of KeyFieldPair.
No description provided by the author