Versions in this module Expand all Collapse all v1 v1.56.2 Jan 19, 2025 v1.56.1 Jan 19, 2025 Changes in this version + const DefaultGasContractCall + const GasForFeeDeduction + const GasForFeeRefund + const MinExecutionGasLimit + const ModuleName + const ProposalBatchContractDeregistration + const ProposalBatchContractRegistrationRequest + const ProposalBatchStoreCode + const ProposalContractRegistrationRequest + const RouterKey + const StoreKey + const TStoreKey + const TypeMsgActivate + const TypeMsgDeactivate + const TypeMsgExecuteContractCompat + const TypeMsgRegisterContract + const TypeMsgUpdate + const TypeMsgUpdateParams + var ContractsByGasPricePrefix = []byte + var ContractsIndexPrefix = []byte + var DefaultIsExecutionEnabled = false + var DefaultMaxBeginBlockTotalGas uint64 = 42_000_000 + var DefaultMaxContractGasLimit uint64 = DefaultMaxBeginBlockTotalGas / 12 + var DefaultMinGasPrice uint64 = 1_000_000_000 + var ErrAlreadyRegistered = errors.Register(ModuleName, 4, "contract already registered") + var ErrDeductingGasFees = errors.Register(ModuleName, 8, "not possible to deduct gas fees") + var ErrDuplicateContract = errors.Register(ModuleName, 5, "duplicate contract") + var ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowProposal = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowWasmx = fmt.Errorf("proto: integer overflow") + var ErrInvalidCodeId = errors.Register(ModuleName, 7, "invalid code id") + var ErrInvalidContractAddress = errors.Register(ModuleName, 3, "invalid contract address") + var ErrInvalidFundingMode = errors.Register(ModuleName, 11, "invalid funding mode") + var ErrInvalidGasLimit = errors.Register(ModuleName, 1, "invalid gas limit") + var ErrInvalidGasPrice = errors.Register(ModuleName, 2, "invalid gas price") + var ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthProposal = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthWasmx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrMissingGranterAddress = errors.Register(ModuleName, 9, "missing granter address") + var ErrNoContractAddresses = errors.Register(ModuleName, 6, "no contract addresses found") + var ErrNoGranterAccount = errors.Register(ModuleName, 10, "granter address does not exist") + var ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupProposal = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupWasmx = fmt.Errorf("proto: unexpected end of group") + var FundingMode_name = map[int32]string + var FundingMode_value = map[string]int32 + var KeyIsExecutionEnabled = []byte("IsExecutionEnabled") + var KeyMaxBeginBlockTotalGas = []byte("MaxBeginBlockTotalGas") + var KeyMaxContractGasLimit = []byte("MaxContractGasLimit") + var KeyMinGasPrice = []byte("MinGasPrice") + var KeyRegisterContractAccess = []byte("RegisterContractAccess") + var ModuleCdc = codec.NewLegacyAmino() + var ParamsKey = []byte + func GetContractsByGasPriceKey(gasPrice uint64, address sdk.AccAddress) []byte + func GetContractsIndexKey(address sdk.AccAddress) []byte + func HasDuplicates(slice []string) bool + func IsAllowed(accessConfig types.AccessConfig, actor sdktypes.AccAddress) bool + func NewBeginBlockerExecMsg() ([]byte, error) + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + type BankKeeper interface + BurnCoins func(ctx context.Context, moduleName string, amt sdk.Coins) error + GetAllBalances func(ctx context.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx context.Context, addr sdk.AccAddress, denom string) sdk.Coin + IsSendEnabledCoins func(ctx context.Context, coins ...sdk.Coin) error + SendCoins func(ctx context.Context, from, to sdk.AccAddress, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + SendCoinsFromModuleToAccount func(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SendCoinsFromModuleToModule func(ctx context.Context, senderModule, recipientModule string, amt sdk.Coins) error + type BatchContractDeregistrationProposal struct + Contracts []string + Description string + Title string + func (*BatchContractDeregistrationProposal) Descriptor() ([]byte, []int) + func (*BatchContractDeregistrationProposal) ProtoMessage() + func (m *BatchContractDeregistrationProposal) Marshal() (dAtA []byte, err error) + func (m *BatchContractDeregistrationProposal) MarshalTo(dAtA []byte) (int, error) + func (m *BatchContractDeregistrationProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BatchContractDeregistrationProposal) Reset() + func (m *BatchContractDeregistrationProposal) Size() (n int) + func (m *BatchContractDeregistrationProposal) String() string + func (m *BatchContractDeregistrationProposal) Unmarshal(dAtA []byte) error + func (m *BatchContractDeregistrationProposal) XXX_DiscardUnknown() + func (m *BatchContractDeregistrationProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BatchContractDeregistrationProposal) XXX_Merge(src proto.Message) + func (m *BatchContractDeregistrationProposal) XXX_Size() int + func (m *BatchContractDeregistrationProposal) XXX_Unmarshal(b []byte) error + func (p *BatchContractDeregistrationProposal) GetDescription() string + func (p *BatchContractDeregistrationProposal) GetTitle() string + func (p *BatchContractDeregistrationProposal) ProposalRoute() string + func (p *BatchContractDeregistrationProposal) ProposalType() string + func (p *BatchContractDeregistrationProposal) ValidateBasic() error + type BatchContractRegistrationRequestProposal struct + ContractRegistrationRequests []ContractRegistrationRequest + Description string + Title string + func (*BatchContractRegistrationRequestProposal) Descriptor() ([]byte, []int) + func (*BatchContractRegistrationRequestProposal) ProtoMessage() + func (m *BatchContractRegistrationRequestProposal) Marshal() (dAtA []byte, err error) + func (m *BatchContractRegistrationRequestProposal) MarshalTo(dAtA []byte) (int, error) + func (m *BatchContractRegistrationRequestProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BatchContractRegistrationRequestProposal) Reset() + func (m *BatchContractRegistrationRequestProposal) Size() (n int) + func (m *BatchContractRegistrationRequestProposal) String() string + func (m *BatchContractRegistrationRequestProposal) Unmarshal(dAtA []byte) error + func (m *BatchContractRegistrationRequestProposal) XXX_DiscardUnknown() + func (m *BatchContractRegistrationRequestProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BatchContractRegistrationRequestProposal) XXX_Merge(src proto.Message) + func (m *BatchContractRegistrationRequestProposal) XXX_Size() int + func (m *BatchContractRegistrationRequestProposal) XXX_Unmarshal(b []byte) error + func (p *BatchContractRegistrationRequestProposal) GetDescription() string + func (p *BatchContractRegistrationRequestProposal) GetTitle() string + func (p *BatchContractRegistrationRequestProposal) ProposalRoute() string + func (p *BatchContractRegistrationRequestProposal) ProposalType() string + func (p *BatchContractRegistrationRequestProposal) ValidateBasic() error + type BatchStoreCodeProposal struct + Description string + Proposals []types.StoreCodeProposal + Title string + func (*BatchStoreCodeProposal) Descriptor() ([]byte, []int) + func (*BatchStoreCodeProposal) ProtoMessage() + func (m *BatchStoreCodeProposal) Marshal() (dAtA []byte, err error) + func (m *BatchStoreCodeProposal) MarshalTo(dAtA []byte) (int, error) + func (m *BatchStoreCodeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BatchStoreCodeProposal) Reset() + func (m *BatchStoreCodeProposal) Size() (n int) + func (m *BatchStoreCodeProposal) String() string + func (m *BatchStoreCodeProposal) Unmarshal(dAtA []byte) error + func (m *BatchStoreCodeProposal) XXX_DiscardUnknown() + func (m *BatchStoreCodeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BatchStoreCodeProposal) XXX_Merge(src proto.Message) + func (m *BatchStoreCodeProposal) XXX_Size() int + func (m *BatchStoreCodeProposal) XXX_Unmarshal(b []byte) error + func (p *BatchStoreCodeProposal) GetDescription() string + func (p *BatchStoreCodeProposal) GetTitle() string + func (p *BatchStoreCodeProposal) ProposalRoute() string + func (p *BatchStoreCodeProposal) ProposalType() string + func (p *BatchStoreCodeProposal) ValidateBasic() error + type BeginBlockerMsg struct + type CWBeginBlockerExecMsg struct + BeginBlockerMsg *BeginBlockerMsg + type ContractRegistrationRequest struct + AdminAddress string + CodeId uint64 + ContractAddress string + FundingMode FundingMode + GasLimit uint64 + GasPrice uint64 + GranterAddress string + IsMigrationAllowed bool + ShouldPinContract bool + func (*ContractRegistrationRequest) Descriptor() ([]byte, []int) + func (*ContractRegistrationRequest) ProtoMessage() + func (m *ContractRegistrationRequest) GetAdminAddress() string + func (m *ContractRegistrationRequest) GetCodeId() uint64 + func (m *ContractRegistrationRequest) GetContractAddress() string + func (m *ContractRegistrationRequest) GetFundingMode() FundingMode + func (m *ContractRegistrationRequest) GetGasLimit() uint64 + func (m *ContractRegistrationRequest) GetGasPrice() uint64 + func (m *ContractRegistrationRequest) GetGranterAddress() string + func (m *ContractRegistrationRequest) GetIsMigrationAllowed() bool + func (m *ContractRegistrationRequest) GetShouldPinContract() bool + func (m *ContractRegistrationRequest) Marshal() (dAtA []byte, err error) + func (m *ContractRegistrationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ContractRegistrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractRegistrationRequest) Reset() + func (m *ContractRegistrationRequest) Size() (n int) + func (m *ContractRegistrationRequest) String() string + func (m *ContractRegistrationRequest) Unmarshal(dAtA []byte) error + func (m *ContractRegistrationRequest) XXX_DiscardUnknown() + func (m *ContractRegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractRegistrationRequest) XXX_Merge(src proto.Message) + func (m *ContractRegistrationRequest) XXX_Size() int + func (m *ContractRegistrationRequest) XXX_Unmarshal(b []byte) error + func (req *ContractRegistrationRequest) Validate() error + type ContractRegistrationRequestProposal struct + ContractRegistrationRequest ContractRegistrationRequest + Description string + Title string + func NewContractRegistrationRequestProposal(title, description string, ...) *ContractRegistrationRequestProposal + func (*ContractRegistrationRequestProposal) Descriptor() ([]byte, []int) + func (*ContractRegistrationRequestProposal) ProtoMessage() + func (m *ContractRegistrationRequestProposal) Marshal() (dAtA []byte, err error) + func (m *ContractRegistrationRequestProposal) MarshalTo(dAtA []byte) (int, error) + func (m *ContractRegistrationRequestProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractRegistrationRequestProposal) Reset() + func (m *ContractRegistrationRequestProposal) Size() (n int) + func (m *ContractRegistrationRequestProposal) String() string + func (m *ContractRegistrationRequestProposal) Unmarshal(dAtA []byte) error + func (m *ContractRegistrationRequestProposal) XXX_DiscardUnknown() + func (m *ContractRegistrationRequestProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractRegistrationRequestProposal) XXX_Merge(src proto.Message) + func (m *ContractRegistrationRequestProposal) XXX_Size() int + func (m *ContractRegistrationRequestProposal) XXX_Unmarshal(b []byte) error + func (p *ContractRegistrationRequestProposal) GetDescription() string + func (p *ContractRegistrationRequestProposal) GetTitle() string + func (p *ContractRegistrationRequestProposal) ProposalRoute() string + func (p *ContractRegistrationRequestProposal) ProposalType() string + func (p *ContractRegistrationRequestProposal) ValidateBasic() error + type DeactivateCallbackMsg struct + type DeregisterCallbackMsg struct + type EventContractDeregistered struct + ContractAddress string + func (*EventContractDeregistered) Descriptor() ([]byte, []int) + func (*EventContractDeregistered) ProtoMessage() + func (m *EventContractDeregistered) GetContractAddress() string + func (m *EventContractDeregistered) Marshal() (dAtA []byte, err error) + func (m *EventContractDeregistered) MarshalTo(dAtA []byte) (int, error) + func (m *EventContractDeregistered) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventContractDeregistered) Reset() + func (m *EventContractDeregistered) Size() (n int) + func (m *EventContractDeregistered) String() string + func (m *EventContractDeregistered) Unmarshal(dAtA []byte) error + func (m *EventContractDeregistered) XXX_DiscardUnknown() + func (m *EventContractDeregistered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventContractDeregistered) XXX_Merge(src proto.Message) + func (m *EventContractDeregistered) XXX_Size() int + func (m *EventContractDeregistered) XXX_Unmarshal(b []byte) error + type EventContractExecution struct + ContractAddress string + ExecutionError string + OtherError string + Response []byte + func (*EventContractExecution) Descriptor() ([]byte, []int) + func (*EventContractExecution) ProtoMessage() + func (m *EventContractExecution) GetContractAddress() string + func (m *EventContractExecution) GetExecutionError() string + func (m *EventContractExecution) GetOtherError() string + func (m *EventContractExecution) GetResponse() []byte + func (m *EventContractExecution) Marshal() (dAtA []byte, err error) + func (m *EventContractExecution) MarshalTo(dAtA []byte) (int, error) + func (m *EventContractExecution) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventContractExecution) Reset() + func (m *EventContractExecution) Size() (n int) + func (m *EventContractExecution) String() string + func (m *EventContractExecution) Unmarshal(dAtA []byte) error + func (m *EventContractExecution) XXX_DiscardUnknown() + func (m *EventContractExecution) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventContractExecution) XXX_Merge(src proto.Message) + func (m *EventContractExecution) XXX_Size() int + func (m *EventContractExecution) XXX_Unmarshal(b []byte) error + type EventContractRegistered struct + AdminAddress string + CodeId uint64 + ContractAddress string + FundingMode FundingMode + GasPrice uint64 + GranterAddress string + IsMigrationAllowed bool + ShouldPinContract bool + func (*EventContractRegistered) Descriptor() ([]byte, []int) + func (*EventContractRegistered) ProtoMessage() + func (m *EventContractRegistered) GetAdminAddress() string + func (m *EventContractRegistered) GetCodeId() uint64 + func (m *EventContractRegistered) GetContractAddress() string + func (m *EventContractRegistered) GetFundingMode() FundingMode + func (m *EventContractRegistered) GetGasPrice() uint64 + func (m *EventContractRegistered) GetGranterAddress() string + func (m *EventContractRegistered) GetIsMigrationAllowed() bool + func (m *EventContractRegistered) GetShouldPinContract() bool + func (m *EventContractRegistered) Marshal() (dAtA []byte, err error) + func (m *EventContractRegistered) MarshalTo(dAtA []byte) (int, error) + func (m *EventContractRegistered) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventContractRegistered) Reset() + func (m *EventContractRegistered) Size() (n int) + func (m *EventContractRegistered) String() string + func (m *EventContractRegistered) Unmarshal(dAtA []byte) error + func (m *EventContractRegistered) XXX_DiscardUnknown() + func (m *EventContractRegistered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventContractRegistered) XXX_Merge(src proto.Message) + func (m *EventContractRegistered) XXX_Size() int + func (m *EventContractRegistered) XXX_Unmarshal(b []byte) error + type ExecutionData struct + Args interface{} + Name string + Origin string + type FundingMode int32 + const FundingMode_Dual + const FundingMode_GrantOnly + const FundingMode_SelfFunded + const FundingMode_Unspecified + func (FundingMode) EnumDescriptor() ([]byte, []int) + func (x FundingMode) String() string + type GenesisState struct + Params Params + RegisteredContracts []RegisteredContractWithAddress + func DefaultGenesisState() *GenesisState + func NewGenesisState() GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (gs GenesisState) Validate() error + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetRegisteredContracts() []RegisteredContractWithAddress + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type InjectiveExecMsg struct + ExecutionData ExecutionData + func NewInjectiveExecMsg(origin sdk.AccAddress, data string) (*InjectiveExecMsg, error) + type MsgActivateContract struct + ContractAddress string + Sender string + func (*MsgActivateContract) Descriptor() ([]byte, []int) + func (*MsgActivateContract) ProtoMessage() + func (m *MsgActivateContract) GetContractAddress() string + func (m *MsgActivateContract) GetSender() string + func (m *MsgActivateContract) Marshal() (dAtA []byte, err error) + func (m *MsgActivateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgActivateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgActivateContract) Reset() + func (m *MsgActivateContract) Size() (n int) + func (m *MsgActivateContract) String() string + func (m *MsgActivateContract) Unmarshal(dAtA []byte) error + func (m *MsgActivateContract) XXX_DiscardUnknown() + func (m *MsgActivateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgActivateContract) XXX_Merge(src proto.Message) + func (m *MsgActivateContract) XXX_Size() int + func (m *MsgActivateContract) XXX_Unmarshal(b []byte) error + func (msg *MsgActivateContract) GetSignBytes() []byte + func (msg MsgActivateContract) GetSigners() []sdk.AccAddress + func (msg MsgActivateContract) Route() string + func (msg MsgActivateContract) Type() string + func (msg MsgActivateContract) ValidateBasic() error + type MsgActivateContractResponse struct + func (*MsgActivateContractResponse) Descriptor() ([]byte, []int) + func (*MsgActivateContractResponse) ProtoMessage() + func (m *MsgActivateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgActivateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgActivateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgActivateContractResponse) Reset() + func (m *MsgActivateContractResponse) Size() (n int) + func (m *MsgActivateContractResponse) String() string + func (m *MsgActivateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgActivateContractResponse) XXX_DiscardUnknown() + func (m *MsgActivateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgActivateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgActivateContractResponse) XXX_Size() int + func (m *MsgActivateContractResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + ActivateRegistryContract func(ctx context.Context, in *MsgActivateContract, opts ...grpc.CallOption) (*MsgActivateContractResponse, error) + DeactivateRegistryContract func(ctx context.Context, in *MsgDeactivateContract, opts ...grpc.CallOption) (*MsgDeactivateContractResponse, error) + ExecuteContractCompat func(ctx context.Context, in *MsgExecuteContractCompat, opts ...grpc.CallOption) (*MsgExecuteContractCompatResponse, error) + RegisterContract func(ctx context.Context, in *MsgRegisterContract, opts ...grpc.CallOption) (*MsgRegisterContractResponse, error) + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + UpdateRegistryContractParams func(ctx context.Context, in *MsgUpdateContract, opts ...grpc.CallOption) (*MsgUpdateContractResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgDeactivateContract struct + ContractAddress string + Sender string + func (*MsgDeactivateContract) Descriptor() ([]byte, []int) + func (*MsgDeactivateContract) ProtoMessage() + func (m *MsgDeactivateContract) GetContractAddress() string + func (m *MsgDeactivateContract) GetSender() string + func (m *MsgDeactivateContract) Marshal() (dAtA []byte, err error) + func (m *MsgDeactivateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDeactivateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDeactivateContract) Reset() + func (m *MsgDeactivateContract) Size() (n int) + func (m *MsgDeactivateContract) String() string + func (m *MsgDeactivateContract) Unmarshal(dAtA []byte) error + func (m *MsgDeactivateContract) XXX_DiscardUnknown() + func (m *MsgDeactivateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDeactivateContract) XXX_Merge(src proto.Message) + func (m *MsgDeactivateContract) XXX_Size() int + func (m *MsgDeactivateContract) XXX_Unmarshal(b []byte) error + func (msg *MsgDeactivateContract) GetSignBytes() []byte + func (msg MsgDeactivateContract) GetSigners() []sdk.AccAddress + func (msg MsgDeactivateContract) Route() string + func (msg MsgDeactivateContract) Type() string + func (msg MsgDeactivateContract) ValidateBasic() error + type MsgDeactivateContractResponse struct + func (*MsgDeactivateContractResponse) Descriptor() ([]byte, []int) + func (*MsgDeactivateContractResponse) ProtoMessage() + func (m *MsgDeactivateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgDeactivateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDeactivateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDeactivateContractResponse) Reset() + func (m *MsgDeactivateContractResponse) Size() (n int) + func (m *MsgDeactivateContractResponse) String() string + func (m *MsgDeactivateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgDeactivateContractResponse) XXX_DiscardUnknown() + func (m *MsgDeactivateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDeactivateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgDeactivateContractResponse) XXX_Size() int + func (m *MsgDeactivateContractResponse) XXX_Unmarshal(b []byte) error + type MsgExecuteContractCompat struct + Contract string + Funds string + Msg string + Sender string + func (*MsgExecuteContractCompat) Descriptor() ([]byte, []int) + func (*MsgExecuteContractCompat) ProtoMessage() + func (m *MsgExecuteContractCompat) GetContract() string + func (m *MsgExecuteContractCompat) GetFunds() string + func (m *MsgExecuteContractCompat) GetMsg() string + func (m *MsgExecuteContractCompat) GetSender() string + func (m *MsgExecuteContractCompat) Marshal() (dAtA []byte, err error) + func (m *MsgExecuteContractCompat) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecuteContractCompat) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecuteContractCompat) Reset() + func (m *MsgExecuteContractCompat) Size() (n int) + func (m *MsgExecuteContractCompat) String() string + func (m *MsgExecuteContractCompat) Unmarshal(dAtA []byte) error + func (m *MsgExecuteContractCompat) XXX_DiscardUnknown() + func (m *MsgExecuteContractCompat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecuteContractCompat) XXX_Merge(src proto.Message) + func (m *MsgExecuteContractCompat) XXX_Size() int + func (m *MsgExecuteContractCompat) XXX_Unmarshal(b []byte) error + func (msg MsgExecuteContractCompat) GetSignBytes() []byte + func (msg MsgExecuteContractCompat) GetSigners() []sdk.AccAddress + func (msg MsgExecuteContractCompat) Route() string + func (msg MsgExecuteContractCompat) Type() string + func (msg MsgExecuteContractCompat) ValidateBasic() error + type MsgExecuteContractCompatResponse struct + Data []byte + func (*MsgExecuteContractCompatResponse) Descriptor() ([]byte, []int) + func (*MsgExecuteContractCompatResponse) ProtoMessage() + func (m *MsgExecuteContractCompatResponse) GetData() []byte + func (m *MsgExecuteContractCompatResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExecuteContractCompatResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecuteContractCompatResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecuteContractCompatResponse) Reset() + func (m *MsgExecuteContractCompatResponse) Size() (n int) + func (m *MsgExecuteContractCompatResponse) String() string + func (m *MsgExecuteContractCompatResponse) Unmarshal(dAtA []byte) error + func (m *MsgExecuteContractCompatResponse) XXX_DiscardUnknown() + func (m *MsgExecuteContractCompatResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecuteContractCompatResponse) XXX_Merge(src proto.Message) + func (m *MsgExecuteContractCompatResponse) XXX_Size() int + func (m *MsgExecuteContractCompatResponse) XXX_Unmarshal(b []byte) error + type MsgRegisterContract struct + ContractRegistrationRequest ContractRegistrationRequest + Sender string + func (*MsgRegisterContract) Descriptor() ([]byte, []int) + func (*MsgRegisterContract) ProtoMessage() + func (m *MsgRegisterContract) GetContractRegistrationRequest() ContractRegistrationRequest + func (m *MsgRegisterContract) GetSender() string + func (m *MsgRegisterContract) Marshal() (dAtA []byte, err error) + func (m *MsgRegisterContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRegisterContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRegisterContract) Reset() + func (m *MsgRegisterContract) Size() (n int) + func (m *MsgRegisterContract) String() string + func (m *MsgRegisterContract) Unmarshal(dAtA []byte) error + func (m *MsgRegisterContract) XXX_DiscardUnknown() + func (m *MsgRegisterContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRegisterContract) XXX_Merge(src proto.Message) + func (m *MsgRegisterContract) XXX_Size() int + func (m *MsgRegisterContract) XXX_Unmarshal(b []byte) error + func (msg *MsgRegisterContract) GetSignBytes() []byte + func (msg MsgRegisterContract) GetSigners() []sdk.AccAddress + func (msg MsgRegisterContract) Route() string + func (msg MsgRegisterContract) Type() string + func (msg MsgRegisterContract) ValidateBasic() error + type MsgRegisterContractResponse struct + func (*MsgRegisterContractResponse) Descriptor() ([]byte, []int) + func (*MsgRegisterContractResponse) ProtoMessage() + func (m *MsgRegisterContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgRegisterContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRegisterContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRegisterContractResponse) Reset() + func (m *MsgRegisterContractResponse) Size() (n int) + func (m *MsgRegisterContractResponse) String() string + func (m *MsgRegisterContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgRegisterContractResponse) XXX_DiscardUnknown() + func (m *MsgRegisterContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRegisterContractResponse) XXX_Merge(src proto.Message) + func (m *MsgRegisterContractResponse) XXX_Size() int + func (m *MsgRegisterContractResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + ActivateRegistryContract func(context.Context, *MsgActivateContract) (*MsgActivateContractResponse, error) + DeactivateRegistryContract func(context.Context, *MsgDeactivateContract) (*MsgDeactivateContractResponse, error) + ExecuteContractCompat func(context.Context, *MsgExecuteContractCompat) (*MsgExecuteContractCompatResponse, error) + RegisterContract func(context.Context, *MsgRegisterContract) (*MsgRegisterContractResponse, error) + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + UpdateRegistryContractParams func(context.Context, *MsgUpdateContract) (*MsgUpdateContractResponse, error) + type MsgUpdateContract struct + AdminAddress string + ContractAddress string + GasLimit uint64 + GasPrice uint64 + Sender string + func (*MsgUpdateContract) Descriptor() ([]byte, []int) + func (*MsgUpdateContract) ProtoMessage() + func (m *MsgUpdateContract) GetAdminAddress() string + func (m *MsgUpdateContract) GetContractAddress() string + func (m *MsgUpdateContract) GetGasLimit() uint64 + func (m *MsgUpdateContract) GetGasPrice() uint64 + func (m *MsgUpdateContract) GetSender() string + func (m *MsgUpdateContract) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateContract) Reset() + func (m *MsgUpdateContract) Size() (n int) + func (m *MsgUpdateContract) String() string + func (m *MsgUpdateContract) Unmarshal(dAtA []byte) error + func (m *MsgUpdateContract) XXX_DiscardUnknown() + func (m *MsgUpdateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateContract) XXX_Merge(src proto.Message) + func (m *MsgUpdateContract) XXX_Size() int + func (m *MsgUpdateContract) XXX_Unmarshal(b []byte) error + func (msg *MsgUpdateContract) GetSignBytes() []byte + func (msg MsgUpdateContract) GetSigners() []sdk.AccAddress + func (msg MsgUpdateContract) Route() string + func (msg MsgUpdateContract) Type() string + func (msg MsgUpdateContract) ValidateBasic() error + type MsgUpdateContractResponse struct + func (*MsgUpdateContractResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateContractResponse) ProtoMessage() + func (m *MsgUpdateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateContractResponse) Reset() + func (m *MsgUpdateContractResponse) Size() (n int) + func (m *MsgUpdateContractResponse) String() string + func (m *MsgUpdateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateContractResponse) XXX_DiscardUnknown() + func (m *MsgUpdateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateContractResponse) XXX_Size() int + func (m *MsgUpdateContractResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateParams struct + Authority string + Params Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (m *MsgUpdateParams) GetAuthority() string + func (m *MsgUpdateParams) GetParams() Params + func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParams) Reset() + func (m *MsgUpdateParams) Size() (n int) + func (m *MsgUpdateParams) String() string + func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParams) XXX_DiscardUnknown() + func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParams) XXX_Merge(src proto.Message) + func (m *MsgUpdateParams) XXX_Size() int + func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error + func (msg *MsgUpdateParams) GetSignBytes() []byte + func (msg MsgUpdateParams) GetSigners() []sdk.AccAddress + func (msg MsgUpdateParams) Route() string + func (msg MsgUpdateParams) Type() string + func (msg MsgUpdateParams) ValidateBasic() error + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) Reset() + func (m *MsgUpdateParamsResponse) Size() (n int) + func (m *MsgUpdateParamsResponse) String() string + func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown() + func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateParamsResponse) XXX_Size() int + func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error + type ParamSet interface + ParamSetPairs func() ParamSetPairs + type ParamSetPair struct + Key []byte + ValidatorFn ValueValidatorFn + Value interface{} + func NewParamSetPair(key []byte, value interface{}, vfn ValueValidatorFn) ParamSetPair + type ParamSetPairs []ParamSetPair + type Params struct + IsExecutionEnabled bool + MaxBeginBlockTotalGas uint64 + MaxContractGasLimit uint64 + MinGasPrice uint64 + RegisterContractAccess types.AccessConfig + func DefaultParams() Params + func NewParams(isExecutionEnabled bool, maxBeginBlockTotalGas uint64, ...) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetIsExecutionEnabled() bool + func (m *Params) GetMaxBeginBlockTotalGas() uint64 + func (m *Params) GetMaxContractGasLimit() uint64 + func (m *Params) GetMinGasPrice() uint64 + func (m *Params) GetRegisterContractAccess() types.AccessConfig + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) String() string + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) Validate() error + func (this *Params) Equal(that interface{}) bool + type QueryClient interface + ContractRegistrationInfo func(ctx context.Context, in *QueryContractRegistrationInfoRequest, ...) (*QueryContractRegistrationInfoResponse, error) + WasmxModuleState func(ctx context.Context, in *QueryModuleStateRequest, opts ...grpc.CallOption) (*QueryModuleStateResponse, error) + WasmxParams func(ctx context.Context, in *QueryWasmxParamsRequest, opts ...grpc.CallOption) (*QueryWasmxParamsResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryContractRegistrationInfoRequest struct + ContractAddress string + func (*QueryContractRegistrationInfoRequest) Descriptor() ([]byte, []int) + func (*QueryContractRegistrationInfoRequest) ProtoMessage() + func (m *QueryContractRegistrationInfoRequest) GetContractAddress() string + func (m *QueryContractRegistrationInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractRegistrationInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractRegistrationInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractRegistrationInfoRequest) Reset() + func (m *QueryContractRegistrationInfoRequest) Size() (n int) + func (m *QueryContractRegistrationInfoRequest) String() string + func (m *QueryContractRegistrationInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractRegistrationInfoRequest) XXX_DiscardUnknown() + func (m *QueryContractRegistrationInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractRegistrationInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryContractRegistrationInfoRequest) XXX_Size() int + func (m *QueryContractRegistrationInfoRequest) XXX_Unmarshal(b []byte) error + type QueryContractRegistrationInfoResponse struct + Contract *RegisteredContract + func (*QueryContractRegistrationInfoResponse) Descriptor() ([]byte, []int) + func (*QueryContractRegistrationInfoResponse) ProtoMessage() + func (m *QueryContractRegistrationInfoResponse) GetContract() *RegisteredContract + func (m *QueryContractRegistrationInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractRegistrationInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractRegistrationInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractRegistrationInfoResponse) Reset() + func (m *QueryContractRegistrationInfoResponse) Size() (n int) + func (m *QueryContractRegistrationInfoResponse) String() string + func (m *QueryContractRegistrationInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractRegistrationInfoResponse) XXX_DiscardUnknown() + func (m *QueryContractRegistrationInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractRegistrationInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryContractRegistrationInfoResponse) XXX_Size() int + func (m *QueryContractRegistrationInfoResponse) XXX_Unmarshal(b []byte) error + type QueryModuleStateRequest struct + func (*QueryModuleStateRequest) Descriptor() ([]byte, []int) + func (*QueryModuleStateRequest) ProtoMessage() + func (m *QueryModuleStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryModuleStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleStateRequest) Reset() + func (m *QueryModuleStateRequest) Size() (n int) + func (m *QueryModuleStateRequest) String() string + func (m *QueryModuleStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryModuleStateRequest) XXX_DiscardUnknown() + func (m *QueryModuleStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleStateRequest) XXX_Merge(src proto.Message) + func (m *QueryModuleStateRequest) XXX_Size() int + func (m *QueryModuleStateRequest) XXX_Unmarshal(b []byte) error + type QueryModuleStateResponse struct + State *GenesisState + func (*QueryModuleStateResponse) Descriptor() ([]byte, []int) + func (*QueryModuleStateResponse) ProtoMessage() + func (m *QueryModuleStateResponse) GetState() *GenesisState + func (m *QueryModuleStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryModuleStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleStateResponse) Reset() + func (m *QueryModuleStateResponse) Size() (n int) + func (m *QueryModuleStateResponse) String() string + func (m *QueryModuleStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryModuleStateResponse) XXX_DiscardUnknown() + func (m *QueryModuleStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleStateResponse) XXX_Merge(src proto.Message) + func (m *QueryModuleStateResponse) XXX_Size() int + func (m *QueryModuleStateResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + ContractRegistrationInfo func(context.Context, *QueryContractRegistrationInfoRequest) (*QueryContractRegistrationInfoResponse, error) + WasmxModuleState func(context.Context, *QueryModuleStateRequest) (*QueryModuleStateResponse, error) + WasmxParams func(context.Context, *QueryWasmxParamsRequest) (*QueryWasmxParamsResponse, error) + type QueryWasmxParamsRequest struct + func (*QueryWasmxParamsRequest) Descriptor() ([]byte, []int) + func (*QueryWasmxParamsRequest) ProtoMessage() + func (m *QueryWasmxParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryWasmxParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryWasmxParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryWasmxParamsRequest) Reset() + func (m *QueryWasmxParamsRequest) Size() (n int) + func (m *QueryWasmxParamsRequest) String() string + func (m *QueryWasmxParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryWasmxParamsRequest) XXX_DiscardUnknown() + func (m *QueryWasmxParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryWasmxParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryWasmxParamsRequest) XXX_Size() int + func (m *QueryWasmxParamsRequest) XXX_Unmarshal(b []byte) error + type QueryWasmxParamsResponse struct + Params Params + func (*QueryWasmxParamsResponse) Descriptor() ([]byte, []int) + func (*QueryWasmxParamsResponse) ProtoMessage() + func (m *QueryWasmxParamsResponse) GetParams() Params + func (m *QueryWasmxParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryWasmxParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryWasmxParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryWasmxParamsResponse) Reset() + func (m *QueryWasmxParamsResponse) Size() (n int) + func (m *QueryWasmxParamsResponse) String() string + func (m *QueryWasmxParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryWasmxParamsResponse) XXX_DiscardUnknown() + func (m *QueryWasmxParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryWasmxParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryWasmxParamsResponse) XXX_Size() int + func (m *QueryWasmxParamsResponse) XXX_Unmarshal(b []byte) error + type RegisteredContract struct + AdminAddress string + CodeId uint64 + FundMode FundingMode + GasLimit uint64 + GasPrice uint64 + GranterAddress string + IsExecutable bool + func (*RegisteredContract) Descriptor() ([]byte, []int) + func (*RegisteredContract) ProtoMessage() + func (m *RegisteredContract) GetAdminAddress() string + func (m *RegisteredContract) GetCodeId() uint64 + func (m *RegisteredContract) GetFundMode() FundingMode + func (m *RegisteredContract) GetGasLimit() uint64 + func (m *RegisteredContract) GetGasPrice() uint64 + func (m *RegisteredContract) GetGranterAddress() string + func (m *RegisteredContract) GetIsExecutable() bool + func (m *RegisteredContract) Marshal() (dAtA []byte, err error) + func (m *RegisteredContract) MarshalTo(dAtA []byte) (int, error) + func (m *RegisteredContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RegisteredContract) Reset() + func (m *RegisteredContract) Size() (n int) + func (m *RegisteredContract) String() string + func (m *RegisteredContract) Unmarshal(dAtA []byte) error + func (m *RegisteredContract) XXX_DiscardUnknown() + func (m *RegisteredContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegisteredContract) XXX_Merge(src proto.Message) + func (m *RegisteredContract) XXX_Size() int + func (m *RegisteredContract) XXX_Unmarshal(b []byte) error + func (this *RegisteredContract) Equal(that interface{}) bool + type RegisteredContractWithAddress struct + Address string + RegisteredContract *RegisteredContract + func (*RegisteredContractWithAddress) Descriptor() ([]byte, []int) + func (*RegisteredContractWithAddress) ProtoMessage() + func (m *RegisteredContractWithAddress) GetAddress() string + func (m *RegisteredContractWithAddress) GetRegisteredContract() *RegisteredContract + func (m *RegisteredContractWithAddress) Marshal() (dAtA []byte, err error) + func (m *RegisteredContractWithAddress) MarshalTo(dAtA []byte) (int, error) + func (m *RegisteredContractWithAddress) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RegisteredContractWithAddress) Reset() + func (m *RegisteredContractWithAddress) Size() (n int) + func (m *RegisteredContractWithAddress) String() string + func (m *RegisteredContractWithAddress) Unmarshal(dAtA []byte) error + func (m *RegisteredContractWithAddress) XXX_DiscardUnknown() + func (m *RegisteredContractWithAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegisteredContractWithAddress) XXX_Merge(src proto.Message) + func (m *RegisteredContractWithAddress) XXX_Size() int + func (m *RegisteredContractWithAddress) XXX_Unmarshal(b []byte) error + type RegistryDeactivateCallbackMsg struct + DeactivateCallback *DeactivateCallbackMsg + func NewRegistryDeactivateCallbackMsg() RegistryDeactivateCallbackMsg + type RegistryDeregisterCallbackMsg struct + DeregisterCallback *DeregisterCallbackMsg + func NewRegistryDeregisterCallbackMsg() RegistryDeregisterCallbackMsg + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) ActivateRegistryContract(ctx context.Context, req *MsgActivateContract) (*MsgActivateContractResponse, error) + func (*UnimplementedMsgServer) DeactivateRegistryContract(ctx context.Context, req *MsgDeactivateContract) (*MsgDeactivateContractResponse, error) + func (*UnimplementedMsgServer) ExecuteContractCompat(ctx context.Context, req *MsgExecuteContractCompat) (*MsgExecuteContractCompatResponse, error) + func (*UnimplementedMsgServer) RegisterContract(ctx context.Context, req *MsgRegisterContract) (*MsgRegisterContractResponse, error) + func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + func (*UnimplementedMsgServer) UpdateRegistryContractParams(ctx context.Context, req *MsgUpdateContract) (*MsgUpdateContractResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) ContractRegistrationInfo(ctx context.Context, req *QueryContractRegistrationInfoRequest) (*QueryContractRegistrationInfoResponse, error) + func (*UnimplementedQueryServer) WasmxModuleState(ctx context.Context, req *QueryModuleStateRequest) (*QueryModuleStateResponse, error) + func (*UnimplementedQueryServer) WasmxParams(ctx context.Context, req *QueryWasmxParamsRequest) (*QueryWasmxParamsResponse, error) + type ValueValidatorFn func(value interface{}) error + type WasmContractOpsKeeper interface + type WasmViewKeeper interface