Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2023 Changes in this version + const AbsoluteTxPositionLen + const AttributeKeyChecksum + const AttributeKeyCodeID + const AttributeKeyContractAddr + const AttributeKeyRequiredCapability + const AttributeKeyResultDataHex + const AttributeReservedPrefix + const ContractAddrLen + const CustomContractEventPrefix + const DefaultMaxQueryStackSize + const EnableGasVerification + const EventTypeExecute + const EventTypeGovContractResult + const EventTypeInstantiate + const EventTypeMigrate + const EventTypePinCode + const EventTypeReply + const EventTypeStoreCode + const EventTypeSudo + const EventTypeUnpinCode + const MaxSaltSize + const ModuleName + const QuerierRoute + const RouterKey + const SDKAddrLen + const StoreKey + const TStoreKey + const WasmModuleEventType + var AccessType_name = map[int32]string + var AccessType_value = map[string]int32 + var AllAccessTypes = []AccessType + var AllCodeHistoryTypes = []ContractCodeHistoryOperationType + var AllowEverybody = AccessConfig + var AllowNobody = AccessConfig + var CodeKeyPrefix = []byte + var ContractByCodeIDAndCreatedSecondaryIndexPrefix = []byte + var ContractCodeHistoryElementPrefix = []byte + var ContractCodeHistoryOperationType_name = map[int32]string + var ContractCodeHistoryOperationType_value = map[string]int32 + var ContractKeyPrefix = []byte + var ContractStorePrefix = []byte + var ContractsByCreatorPrefix = []byte + var DefaultCodespace = ModuleName + var DefaultUploadAccess = AllowEverybody + var DisableAllProposals []ProposalType + var EnableAllProposals = []ProposalType + var ErrAccountExists = sdkErrors.Register(DefaultCodespace, 3, "contract account already exists") + var ErrCreateFailed = sdkErrors.Register(DefaultCodespace, 2, "create wasm contract failed") + var ErrDuplicate = sdkErrors.Register(DefaultCodespace, 15, "duplicate") + var ErrEmpty = sdkErrors.Register(DefaultCodespace, 12, "empty") + var ErrExceedMaxQueryStackSize = sdkErrors.Register(DefaultCodespace, 27, "max query stack size exceeded") + var ErrExecuteFailed = sdkErrors.Register(DefaultCodespace, 5, "execute wasm contract failed") + var ErrGasLimit = sdkErrors.Register(DefaultCodespace, 6, "insufficient gas") + var ErrInstantiateFailed = sdkErrors.Register(DefaultCodespace, 4, "instantiate wasm contract failed") + var ErrIntOverflowAuthz = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowIbc = 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 ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalid = sdkErrors.Register(DefaultCodespace, 14, "invalid") + var ErrInvalidEvent = sdkErrors.Register(DefaultCodespace, 21, "invalid event") + var ErrInvalidGenesis = sdkErrors.Register(DefaultCodespace, 7, "invalid genesis") + var ErrInvalidLengthAuthz = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthIbc = 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 ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidMsg = sdkErrors.Register(DefaultCodespace, 10, "invalid CosmosMsg from the contract") + var ErrLimit = sdkErrors.Register(DefaultCodespace, 13, "exceeds limit") + var ErrMaxIBCChannels = sdkErrors.Register(DefaultCodespace, 16, "max transfer channels") + var ErrMigrationFailed = sdkErrors.Register(DefaultCodespace, 11, "migrate wasm contract failed") + var ErrNotFound = sdkErrors.Register(DefaultCodespace, 8, "not found") + var ErrPinContractFailed = sdkErrors.Register(DefaultCodespace, 18, "pinning contract failed") + var ErrQueryFailed = sdkErrors.Register(DefaultCodespace, 9, "query wasm contract failed") + var ErrUnexpectedEndOfGroupAuthz = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupIbc = 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 ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var ErrUnknownMsg = sdkErrors.Register(DefaultCodespace, 20, "unknown message from the contract") + var ErrUnpinContractFailed = sdkErrors.Register(DefaultCodespace, 19, "unpinning contract failed") + var ErrUnsupportedForContract = sdkErrors.Register(DefaultCodespace, 17, "unsupported for this contract") + var KeyLastCodeID = append(SequenceKeyPrefix, []byte("lastCodeId")) + var KeyLastInstanceID = append(SequenceKeyPrefix, []byte("lastContractId")) + var MaxLabelSize = 128 + var MaxProposalWasmSize = 3 * 1024 * 1024 + var MaxWasmSize = 800 * 1024 + var ModuleCdc = codec.NewAminoCodec(amino) + var ParamStoreKeyInstantiateAccess = []byte("instantiateAccess") + var ParamStoreKeyUploadAccess = []byte("uploadAccess") + var PinnedCodeIndexPrefix = []byte + var SequenceKeyPrefix = []byte + var TXCounterPrefix = []byte + func AcceptGrantedMessage(ctx sdk.Context, grants []ContractGrant, msg sdk.Msg, ...) (authztypes.AcceptResponse, error) + func GetCodeKey(codeID uint64) []byte + func GetContractAddressKey(addr sdk.AccAddress) []byte + func GetContractByCodeIDSecondaryIndexPrefix(codeID uint64) []byte + func GetContractByCreatedSecondaryIndexKey(contractAddr sdk.AccAddress, c ContractCodeHistoryEntry) []byte + func GetContractByCreatorSecondaryIndexKey(bz []byte, position []byte, contractAddr sdk.AccAddress) []byte + func GetContractCodeHistoryElementKey(contractAddr sdk.AccAddress, pos uint64) []byte + func GetContractCodeHistoryElementPrefix(contractAddr sdk.AccAddress) []byte + func GetContractStorePrefix(addr sdk.AccAddress) []byte + func GetContractsByCreatorPrefix(addr sdk.AccAddress) []byte + func GetPinnedCodeIndexPrefix(codeID uint64) []byte + func NewEnv(ctx sdk.Context, contractAddr sdk.AccAddress) wasmvmtypes.Env + func NewInfo(creator sdk.AccAddress, deposit sdk.Coins) wasmvmtypes.MessageInfo + func NewWasmCoins(cosmosCoins sdk.Coins) (wasmCoins []wasmvmtypes.Coin) + func OnlyGenesisFields(info *ContractInfo) + func ParamKeyTable() paramtypes.KeyTable + func ParsePinnedCodeIndex(s []byte) uint64 + func RandCreatedFields(info *ContractInfo) + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func TXCounter(ctx sdk.Context) (uint32, bool) + func ValidateGenesis(data GenesisState) error + func ValidateLabel(label string) error + func ValidateSalt(salt []byte) error + func ValidateVerificationInfo(source, builder string, codeHash []byte) error + func VerifyAddressLen() func(addr []byte) error + func WithSHA256CodeHash(wasmCode []byte) func(info *CodeInfo) + func WithTXCounter(ctx sdk.Context, counter uint32) sdk.Context + type AbsoluteTxPosition struct + BlockHeight uint64 + TxIndex uint64 + func NewAbsoluteTxPosition(ctx sdk.Context) *AbsoluteTxPosition + func (*AbsoluteTxPosition) Descriptor() ([]byte, []int) + func (*AbsoluteTxPosition) ProtoMessage() + func (a *AbsoluteTxPosition) Bytes() []byte + func (a *AbsoluteTxPosition) LessThan(b *AbsoluteTxPosition) bool + func (m *AbsoluteTxPosition) Marshal() (dAtA []byte, err error) + func (m *AbsoluteTxPosition) MarshalTo(dAtA []byte) (int, error) + func (m *AbsoluteTxPosition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AbsoluteTxPosition) Reset() + func (m *AbsoluteTxPosition) Size() (n int) + func (m *AbsoluteTxPosition) String() string + func (m *AbsoluteTxPosition) Unmarshal(dAtA []byte) error + func (m *AbsoluteTxPosition) XXX_DiscardUnknown() + func (m *AbsoluteTxPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AbsoluteTxPosition) XXX_Merge(src proto.Message) + func (m *AbsoluteTxPosition) XXX_Size() int + func (m *AbsoluteTxPosition) XXX_Unmarshal(b []byte) error + func (this *AbsoluteTxPosition) Equal(that interface{}) bool + type AcceptedMessageKeysFilter struct + Keys []string + func NewAcceptedMessageKeysFilter(acceptedKeys ...string) *AcceptedMessageKeysFilter + func (*AcceptedMessageKeysFilter) Descriptor() ([]byte, []int) + func (*AcceptedMessageKeysFilter) ProtoMessage() + func (f *AcceptedMessageKeysFilter) Accept(ctx sdk.Context, msg RawContractMessage) (bool, error) + func (f AcceptedMessageKeysFilter) ValidateBasic() error + func (m *AcceptedMessageKeysFilter) Marshal() (dAtA []byte, err error) + func (m *AcceptedMessageKeysFilter) MarshalTo(dAtA []byte) (int, error) + func (m *AcceptedMessageKeysFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AcceptedMessageKeysFilter) Reset() + func (m *AcceptedMessageKeysFilter) Size() (n int) + func (m *AcceptedMessageKeysFilter) String() string + func (m *AcceptedMessageKeysFilter) Unmarshal(dAtA []byte) error + func (m *AcceptedMessageKeysFilter) XXX_DiscardUnknown() + func (m *AcceptedMessageKeysFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AcceptedMessageKeysFilter) XXX_Merge(src proto.Message) + func (m *AcceptedMessageKeysFilter) XXX_Size() int + func (m *AcceptedMessageKeysFilter) XXX_Unmarshal(b []byte) error + type AcceptedMessagesFilter struct + Messages []RawContractMessage + func NewAcceptedMessagesFilter(msgs ...RawContractMessage) *AcceptedMessagesFilter + func (*AcceptedMessagesFilter) Descriptor() ([]byte, []int) + func (*AcceptedMessagesFilter) ProtoMessage() + func (f *AcceptedMessagesFilter) Accept(ctx sdk.Context, msg RawContractMessage) (bool, error) + func (f AcceptedMessagesFilter) ValidateBasic() error + func (m *AcceptedMessagesFilter) Marshal() (dAtA []byte, err error) + func (m *AcceptedMessagesFilter) MarshalTo(dAtA []byte) (int, error) + func (m *AcceptedMessagesFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AcceptedMessagesFilter) Reset() + func (m *AcceptedMessagesFilter) Size() (n int) + func (m *AcceptedMessagesFilter) String() string + func (m *AcceptedMessagesFilter) Unmarshal(dAtA []byte) error + func (m *AcceptedMessagesFilter) XXX_DiscardUnknown() + func (m *AcceptedMessagesFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AcceptedMessagesFilter) XXX_Merge(src proto.Message) + func (m *AcceptedMessagesFilter) XXX_Size() int + func (m *AcceptedMessagesFilter) XXX_Unmarshal(b []byte) error + type AccessConfig struct + Address string + Addresses []string + Permission AccessType + func (*AccessConfig) Descriptor() ([]byte, []int) + func (*AccessConfig) ProtoMessage() + func (a AccessConfig) Allowed(actor sdk.AccAddress) bool + func (a AccessConfig) Equals(o AccessConfig) bool + func (a AccessConfig) IsSubset(superSet AccessConfig) bool + func (a AccessConfig) ValidateBasic() error + func (m *AccessConfig) Marshal() (dAtA []byte, err error) + func (m *AccessConfig) MarshalTo(dAtA []byte) (int, error) + func (m *AccessConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessConfig) Reset() + func (m *AccessConfig) Size() (n int) + func (m *AccessConfig) String() string + func (m *AccessConfig) Unmarshal(dAtA []byte) error + func (m *AccessConfig) XXX_DiscardUnknown() + func (m *AccessConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessConfig) XXX_Merge(src proto.Message) + func (m *AccessConfig) XXX_Size() int + func (m *AccessConfig) XXX_Unmarshal(b []byte) error + func (this *AccessConfig) Equal(that interface{}) bool + type AccessConfigUpdate struct + CodeID uint64 + InstantiatePermission AccessConfig + func (*AccessConfigUpdate) Descriptor() ([]byte, []int) + func (*AccessConfigUpdate) ProtoMessage() + func (c AccessConfigUpdate) String() string + func (m *AccessConfigUpdate) Marshal() (dAtA []byte, err error) + func (m *AccessConfigUpdate) MarshalTo(dAtA []byte) (int, error) + func (m *AccessConfigUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessConfigUpdate) Reset() + func (m *AccessConfigUpdate) Size() (n int) + func (m *AccessConfigUpdate) Unmarshal(dAtA []byte) error + func (m *AccessConfigUpdate) XXX_DiscardUnknown() + func (m *AccessConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessConfigUpdate) XXX_Merge(src proto.Message) + func (m *AccessConfigUpdate) XXX_Size() int + func (m *AccessConfigUpdate) XXX_Unmarshal(b []byte) error + func (this *AccessConfigUpdate) Equal(that interface{}) bool + type AccessType int32 + const AccessTypeAnyOfAddresses + const AccessTypeEverybody + const AccessTypeNobody + const AccessTypeOnlyAddress + const AccessTypeUnspecified + func (AccessType) EnumDescriptor() ([]byte, []int) + func (a *AccessType) MarshalJSONPB(_ *jsonpb.Marshaler) ([]byte, error) + func (a *AccessType) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []byte) error + func (a *AccessType) UnmarshalText(text []byte) error + func (a AccessType) IsSubset(superSet AccessType) bool + func (a AccessType) MarshalText() ([]byte, error) + func (a AccessType) String() string + func (a AccessType) With(addrs ...sdk.AccAddress) AccessConfig + type AccessTypeParam struct + Value AccessType + func (*AccessTypeParam) Descriptor() ([]byte, []int) + func (*AccessTypeParam) ProtoMessage() + func (m *AccessTypeParam) Marshal() (dAtA []byte, err error) + func (m *AccessTypeParam) MarshalTo(dAtA []byte) (int, error) + func (m *AccessTypeParam) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessTypeParam) Reset() + func (m *AccessTypeParam) Size() (n int) + func (m *AccessTypeParam) String() string + func (m *AccessTypeParam) Unmarshal(dAtA []byte) error + func (m *AccessTypeParam) XXX_DiscardUnknown() + func (m *AccessTypeParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessTypeParam) XXX_Merge(src proto.Message) + func (m *AccessTypeParam) XXX_Size() int + func (m *AccessTypeParam) XXX_Unmarshal(b []byte) error + func (this *AccessTypeParam) Equal(that interface{}) bool + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + NewAccountWithAddress func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + SetAccount func(ctx sdk.Context, acc authtypes.AccountI) + type AllowAllMessagesFilter struct + func NewAllowAllMessagesFilter() *AllowAllMessagesFilter + func (*AllowAllMessagesFilter) Descriptor() ([]byte, []int) + func (*AllowAllMessagesFilter) ProtoMessage() + func (f *AllowAllMessagesFilter) Accept(ctx sdk.Context, msg RawContractMessage) (bool, error) + func (f AllowAllMessagesFilter) ValidateBasic() error + func (m *AllowAllMessagesFilter) Marshal() (dAtA []byte, err error) + func (m *AllowAllMessagesFilter) MarshalTo(dAtA []byte) (int, error) + func (m *AllowAllMessagesFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AllowAllMessagesFilter) Reset() + func (m *AllowAllMessagesFilter) Size() (n int) + func (m *AllowAllMessagesFilter) String() string + func (m *AllowAllMessagesFilter) Unmarshal(dAtA []byte) error + func (m *AllowAllMessagesFilter) XXX_DiscardUnknown() + func (m *AllowAllMessagesFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllowAllMessagesFilter) XXX_Merge(src proto.Message) + func (m *AllowAllMessagesFilter) XXX_Size() int + func (m *AllowAllMessagesFilter) XXX_Unmarshal(b []byte) error + type AuthzableWasmMsg interface + GetContract func() string + GetFunds func() sdk.Coins + GetMsg func() RawContractMessage + ValidateBasic func() error + type BankKeeper interface + BlockedAddr func(addr sdk.AccAddress) bool + IsSendEnabledCoins func(ctx sdk.Context, coins ...sdk.Coin) error + SendCoins func(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error + type BankViewKeeper interface + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + GetSupply func(ctx sdk.Context, denom string) sdk.Coin + type Burner interface + BurnCoins func(ctx sdk.Context, moduleName string, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + type CapabilityKeeper interface + AuthenticateCapability func(ctx sdk.Context, capability *capabilitytypes.Capability, name string) bool + ClaimCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error + GetCapability func(ctx sdk.Context, name string) (*capabilitytypes.Capability, bool) + type ChannelKeeper interface + ChanCloseInit func(ctx sdk.Context, portID, channelID string, chanCap *capabilitytypes.Capability) error + GetAllChannels func(ctx sdk.Context) (channels []channeltypes.IdentifiedChannel) + GetChannel func(ctx sdk.Context, srcPort, srcChan string) (channel channeltypes.Channel, found bool) + GetNextSequenceSend func(ctx sdk.Context, portID, channelID string) (uint64, bool) + IterateChannels func(ctx sdk.Context, cb func(channeltypes.IdentifiedChannel) bool) + SendPacket func(ctx sdk.Context, channelCap *capabilitytypes.Capability, sourcePort string, ...) (uint64, error) + SetChannel func(ctx sdk.Context, portID, channelID string, channel channeltypes.Channel) + type ClearAdminProposal struct + Contract string + Description string + Title string + func ClearAdminProposalFixture(mutators ...func(p *ClearAdminProposal)) *ClearAdminProposal + func NewClearAdminProposal(title string, description string, contract string) *ClearAdminProposal + func (*ClearAdminProposal) Descriptor() ([]byte, []int) + func (*ClearAdminProposal) ProtoMessage() + func (m *ClearAdminProposal) Marshal() (dAtA []byte, err error) + func (m *ClearAdminProposal) MarshalTo(dAtA []byte) (int, error) + func (m *ClearAdminProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ClearAdminProposal) Reset() + func (m *ClearAdminProposal) Size() (n int) + func (m *ClearAdminProposal) Unmarshal(dAtA []byte) error + func (m *ClearAdminProposal) XXX_DiscardUnknown() + func (m *ClearAdminProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClearAdminProposal) XXX_Merge(src proto.Message) + func (m *ClearAdminProposal) XXX_Size() int + func (m *ClearAdminProposal) XXX_Unmarshal(b []byte) error + func (p *ClearAdminProposal) GetTitle() string + func (p ClearAdminProposal) GetDescription() string + func (p ClearAdminProposal) ProposalRoute() string + func (p ClearAdminProposal) ProposalType() string + func (p ClearAdminProposal) String() string + func (p ClearAdminProposal) ValidateBasic() error + func (this *ClearAdminProposal) Equal(that interface{}) bool + type ClientKeeper interface + GetClientConsensusState func(ctx sdk.Context, clientID string) (connection ibcexported.ConsensusState, found bool) + type Code struct + CodeBytes []byte + CodeID uint64 + CodeInfo CodeInfo + Pinned bool + func CodeFixture(mutators ...func(*Code)) Code + func (*Code) Descriptor() ([]byte, []int) + func (*Code) ProtoMessage() + func (c Code) ValidateBasic() error + func (m *Code) GetCodeBytes() []byte + func (m *Code) GetCodeID() uint64 + func (m *Code) GetCodeInfo() CodeInfo + func (m *Code) GetPinned() bool + func (m *Code) Marshal() (dAtA []byte, err error) + func (m *Code) MarshalTo(dAtA []byte) (int, error) + func (m *Code) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Code) Reset() + func (m *Code) Size() (n int) + func (m *Code) String() string + func (m *Code) Unmarshal(dAtA []byte) error + func (m *Code) XXX_DiscardUnknown() + func (m *Code) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Code) XXX_Merge(src proto.Message) + func (m *Code) XXX_Size() int + func (m *Code) XXX_Unmarshal(b []byte) error + type CodeInfo struct + CodeHash []byte + Creator string + InstantiateConfig AccessConfig + func CodeInfoFixture(mutators ...func(*CodeInfo)) CodeInfo + func NewCodeInfo(codeHash []byte, creator sdk.AccAddress, instantiatePermission AccessConfig) CodeInfo + func (*CodeInfo) Descriptor() ([]byte, []int) + func (*CodeInfo) ProtoMessage() + func (c CodeInfo) ValidateBasic() error + func (m *CodeInfo) Marshal() (dAtA []byte, err error) + func (m *CodeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *CodeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodeInfo) Reset() + func (m *CodeInfo) Size() (n int) + func (m *CodeInfo) String() string + func (m *CodeInfo) Unmarshal(dAtA []byte) error + func (m *CodeInfo) XXX_DiscardUnknown() + func (m *CodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeInfo) XXX_Merge(src proto.Message) + func (m *CodeInfo) XXX_Size() int + func (m *CodeInfo) XXX_Unmarshal(b []byte) error + func (this *CodeInfo) Equal(that interface{}) bool + type CodeInfoResponse struct + CodeID uint64 + Creator string + DataHash github_com_tendermint_tendermint_libs_bytes.HexBytes + InstantiatePermission AccessConfig + func (*CodeInfoResponse) Descriptor() ([]byte, []int) + func (*CodeInfoResponse) ProtoMessage() + func (m *CodeInfoResponse) Marshal() (dAtA []byte, err error) + func (m *CodeInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CodeInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodeInfoResponse) Reset() + func (m *CodeInfoResponse) Size() (n int) + func (m *CodeInfoResponse) String() string + func (m *CodeInfoResponse) Unmarshal(dAtA []byte) error + func (m *CodeInfoResponse) XXX_DiscardUnknown() + func (m *CodeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeInfoResponse) XXX_Merge(src proto.Message) + func (m *CodeInfoResponse) XXX_Size() int + func (m *CodeInfoResponse) XXX_Unmarshal(b []byte) error + func (this *CodeInfoResponse) Equal(that interface{}) bool + type CombinedLimit struct + Amounts github_com_cosmos_cosmos_sdk_types.Coins + CallsRemaining uint64 + func NewCombinedLimit(maxCalls uint64, maxAmounts ...sdk.Coin) *CombinedLimit + func (*CombinedLimit) Descriptor() ([]byte, []int) + func (*CombinedLimit) ProtoMessage() + func (l CombinedLimit) Accept(_ sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (l CombinedLimit) ValidateBasic() error + func (m *CombinedLimit) Marshal() (dAtA []byte, err error) + func (m *CombinedLimit) MarshalTo(dAtA []byte) (int, error) + func (m *CombinedLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CombinedLimit) Reset() + func (m *CombinedLimit) Size() (n int) + func (m *CombinedLimit) String() string + func (m *CombinedLimit) Unmarshal(dAtA []byte) error + func (m *CombinedLimit) XXX_DiscardUnknown() + func (m *CombinedLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CombinedLimit) XXX_Merge(src proto.Message) + func (m *CombinedLimit) XXX_Size() int + func (m *CombinedLimit) XXX_Unmarshal(b []byte) error + type ConnectionKeeper interface + GetConnection func(ctx sdk.Context, connectionID string) (connection connectiontypes.ConnectionEnd, found bool) + type Contract struct + ContractAddress string + ContractCodeHistory []ContractCodeHistoryEntry + ContractInfo ContractInfo + ContractState []Model + func ContractFixture(mutators ...func(*Contract)) Contract + func (*Contract) Descriptor() ([]byte, []int) + func (*Contract) ProtoMessage() + func (c *Contract) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (c Contract) ValidateBasic() error + func (m *Contract) GetContractAddress() string + func (m *Contract) GetContractCodeHistory() []ContractCodeHistoryEntry + func (m *Contract) GetContractInfo() ContractInfo + func (m *Contract) GetContractState() []Model + func (m *Contract) Marshal() (dAtA []byte, err error) + func (m *Contract) MarshalTo(dAtA []byte) (int, error) + func (m *Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Contract) Reset() + func (m *Contract) Size() (n int) + func (m *Contract) String() string + func (m *Contract) Unmarshal(dAtA []byte) error + func (m *Contract) XXX_DiscardUnknown() + func (m *Contract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Contract) XXX_Merge(src proto.Message) + func (m *Contract) XXX_Size() int + func (m *Contract) XXX_Unmarshal(b []byte) error + type ContractAuthzFactory interface + NewAuthz func([]ContractGrant) authztypes.Authorization + type ContractAuthzFilterX interface + Accept func(ctx sdk.Context, msg RawContractMessage) (bool, error) + ValidateBasic func() error + type ContractAuthzLimitAcceptResult struct + Accepted bool + DeleteLimit bool + UpdateLimit ContractAuthzLimitX + type ContractAuthzLimitX interface + Accept func(ctx sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + ValidateBasic func() error + type ContractCodeHistoryEntry struct + CodeID uint64 + Msg RawContractMessage + Operation ContractCodeHistoryOperationType + Updated *AbsoluteTxPosition + func ContractCodeHistoryEntryFixture(mutators ...func(*ContractCodeHistoryEntry)) ContractCodeHistoryEntry + func (*ContractCodeHistoryEntry) Descriptor() ([]byte, []int) + func (*ContractCodeHistoryEntry) ProtoMessage() + func (c ContractCodeHistoryEntry) ValidateBasic() error + func (m *ContractCodeHistoryEntry) Marshal() (dAtA []byte, err error) + func (m *ContractCodeHistoryEntry) MarshalTo(dAtA []byte) (int, error) + func (m *ContractCodeHistoryEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractCodeHistoryEntry) Reset() + func (m *ContractCodeHistoryEntry) Size() (n int) + func (m *ContractCodeHistoryEntry) String() string + func (m *ContractCodeHistoryEntry) Unmarshal(dAtA []byte) error + func (m *ContractCodeHistoryEntry) XXX_DiscardUnknown() + func (m *ContractCodeHistoryEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractCodeHistoryEntry) XXX_Merge(src proto.Message) + func (m *ContractCodeHistoryEntry) XXX_Size() int + func (m *ContractCodeHistoryEntry) XXX_Unmarshal(b []byte) error + func (this *ContractCodeHistoryEntry) Equal(that interface{}) bool + type ContractCodeHistoryOperationType int32 + const ContractCodeHistoryOperationTypeGenesis + const ContractCodeHistoryOperationTypeInit + const ContractCodeHistoryOperationTypeMigrate + const ContractCodeHistoryOperationTypeUnspecified + func (ContractCodeHistoryOperationType) EnumDescriptor() ([]byte, []int) + func (x ContractCodeHistoryOperationType) String() string + type ContractExecutionAuthorization struct + Grants []ContractGrant + func NewContractExecutionAuthorization(grants ...ContractGrant) *ContractExecutionAuthorization + func (*ContractExecutionAuthorization) Descriptor() ([]byte, []int) + func (*ContractExecutionAuthorization) ProtoMessage() + func (a *ContractExecutionAuthorization) Accept(ctx sdk.Context, msg sdk.Msg) (authztypes.AcceptResponse, error) + func (a ContractExecutionAuthorization) MsgTypeURL() string + func (a ContractExecutionAuthorization) NewAuthz(g []ContractGrant) authztypes.Authorization + func (a ContractExecutionAuthorization) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (a ContractExecutionAuthorization) ValidateBasic() error + func (m *ContractExecutionAuthorization) Marshal() (dAtA []byte, err error) + func (m *ContractExecutionAuthorization) MarshalTo(dAtA []byte) (int, error) + func (m *ContractExecutionAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractExecutionAuthorization) Reset() + func (m *ContractExecutionAuthorization) Size() (n int) + func (m *ContractExecutionAuthorization) String() string + func (m *ContractExecutionAuthorization) Unmarshal(dAtA []byte) error + func (m *ContractExecutionAuthorization) XXX_DiscardUnknown() + func (m *ContractExecutionAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractExecutionAuthorization) XXX_Merge(src proto.Message) + func (m *ContractExecutionAuthorization) XXX_Size() int + func (m *ContractExecutionAuthorization) XXX_Unmarshal(b []byte) error + type ContractGrant struct + Contract string + Filter *types.Any + Limit *types.Any + func NewContractGrant(contract sdk.AccAddress, limit ContractAuthzLimitX, ...) (*ContractGrant, error) + func (*ContractGrant) Descriptor() ([]byte, []int) + func (*ContractGrant) ProtoMessage() + func (g ContractGrant) GetFilter() ContractAuthzFilterX + func (g ContractGrant) GetLimit() ContractAuthzLimitX + func (g ContractGrant) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (g ContractGrant) ValidateBasic() error + func (g ContractGrant) WithNewLimits(limit ContractAuthzLimitX) (*ContractGrant, error) + func (m *ContractGrant) Marshal() (dAtA []byte, err error) + func (m *ContractGrant) MarshalTo(dAtA []byte) (int, error) + func (m *ContractGrant) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractGrant) Reset() + func (m *ContractGrant) Size() (n int) + func (m *ContractGrant) String() string + func (m *ContractGrant) Unmarshal(dAtA []byte) error + func (m *ContractGrant) XXX_DiscardUnknown() + func (m *ContractGrant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractGrant) XXX_Merge(src proto.Message) + func (m *ContractGrant) XXX_Size() int + func (m *ContractGrant) XXX_Unmarshal(b []byte) error + type ContractInfo struct + Admin string + CodeID uint64 + Created *AbsoluteTxPosition + Creator string + Extension *types.Any + IBCPortID string + Label string + func ContractInfoFixture(mutators ...func(*ContractInfo)) ContractInfo + func NewContractInfo(codeID uint64, creator, admin sdk.AccAddress, label string, ...) ContractInfo + func (*ContractInfo) Descriptor() ([]byte, []int) + func (*ContractInfo) ProtoMessage() + func (c *ContractInfo) AddMigration(ctx sdk.Context, codeID uint64, msg []byte) ContractCodeHistoryEntry + func (c *ContractInfo) AdminAddr() sdk.AccAddress + func (c *ContractInfo) ReadExtension(e ContractInfoExtension) error + func (c *ContractInfo) SetExtension(ext ContractInfoExtension) error + func (c *ContractInfo) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (c *ContractInfo) ValidateBasic() error + func (c ContractInfo) InitialHistory(initMsg []byte) ContractCodeHistoryEntry + func (m *ContractInfo) Marshal() (dAtA []byte, err error) + func (m *ContractInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ContractInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractInfo) Reset() + func (m *ContractInfo) Size() (n int) + func (m *ContractInfo) String() string + func (m *ContractInfo) Unmarshal(dAtA []byte) error + func (m *ContractInfo) XXX_DiscardUnknown() + func (m *ContractInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractInfo) XXX_Merge(src proto.Message) + func (m *ContractInfo) XXX_Size() int + func (m *ContractInfo) XXX_Unmarshal(b []byte) error + func (this *ContractInfo) Equal(that interface{}) bool + type ContractInfoExtension interface + String func() string + type ContractMigrationAuthorization struct + Grants []ContractGrant + func NewContractMigrationAuthorization(grants ...ContractGrant) *ContractMigrationAuthorization + func (*ContractMigrationAuthorization) Descriptor() ([]byte, []int) + func (*ContractMigrationAuthorization) ProtoMessage() + func (a *ContractMigrationAuthorization) Accept(ctx sdk.Context, msg sdk.Msg) (authztypes.AcceptResponse, error) + func (a ContractMigrationAuthorization) MsgTypeURL() string + func (a ContractMigrationAuthorization) NewAuthz(g []ContractGrant) authztypes.Authorization + func (a ContractMigrationAuthorization) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (a ContractMigrationAuthorization) ValidateBasic() error + func (m *ContractMigrationAuthorization) Marshal() (dAtA []byte, err error) + func (m *ContractMigrationAuthorization) MarshalTo(dAtA []byte) (int, error) + func (m *ContractMigrationAuthorization) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContractMigrationAuthorization) Reset() + func (m *ContractMigrationAuthorization) Size() (n int) + func (m *ContractMigrationAuthorization) String() string + func (m *ContractMigrationAuthorization) Unmarshal(dAtA []byte) error + func (m *ContractMigrationAuthorization) XXX_DiscardUnknown() + func (m *ContractMigrationAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContractMigrationAuthorization) XXX_Merge(src proto.Message) + func (m *ContractMigrationAuthorization) XXX_Size() int + func (m *ContractMigrationAuthorization) XXX_Unmarshal(b []byte) error + type ContractOpsKeeper interface + ClearContractAdmin func(ctx sdk.Context, contractAddress sdk.AccAddress, caller sdk.AccAddress) error + Create func(ctx sdk.Context, creator sdk.AccAddress, wasmCode []byte, ...) (codeID uint64, checksum []byte, err error) + Execute func(ctx sdk.Context, contractAddress sdk.AccAddress, caller sdk.AccAddress, ...) ([]byte, error) + Instantiate func(ctx sdk.Context, codeID uint64, creator, admin sdk.AccAddress, initMsg []byte, ...) (sdk.AccAddress, []byte, error) + Instantiate2 func(ctx sdk.Context, codeID uint64, creator, admin sdk.AccAddress, initMsg []byte, ...) (sdk.AccAddress, []byte, error) + Migrate func(ctx sdk.Context, contractAddress sdk.AccAddress, caller sdk.AccAddress, ...) ([]byte, error) + PinCode func(ctx sdk.Context, codeID uint64) error + SetAccessConfig func(ctx sdk.Context, codeID uint64, caller sdk.AccAddress, newConfig AccessConfig) error + SetContractInfoExtension func(ctx sdk.Context, contract sdk.AccAddress, extra ContractInfoExtension) error + Sudo func(ctx sdk.Context, contractAddress sdk.AccAddress, msg []byte) ([]byte, error) + UnpinCode func(ctx sdk.Context, codeID uint64) error + UpdateContractAdmin func(ctx sdk.Context, contractAddress sdk.AccAddress, caller sdk.AccAddress, ...) error + type DistributionKeeper interface + DelegationRewards func(c context.Context, req *types.QueryDelegationRewardsRequest) (*types.QueryDelegationRewardsResponse, error) + type ErrNoSuchContract struct + Addr string + func (m *ErrNoSuchContract) ABCICode() uint32 + func (m *ErrNoSuchContract) Codespace() string + func (m *ErrNoSuchContract) Error() string + type ExecuteContractProposal struct + Contract string + Description string + Funds github_com_cosmos_cosmos_sdk_types.Coins + Msg RawContractMessage + RunAs string + Title string + func ExecuteContractProposalFixture(mutators ...func(p *ExecuteContractProposal)) *ExecuteContractProposal + func NewExecuteContractProposal(title string, description string, runAs string, contract string, ...) *ExecuteContractProposal + func (*ExecuteContractProposal) Descriptor() ([]byte, []int) + func (*ExecuteContractProposal) ProtoMessage() + func (m *ExecuteContractProposal) Marshal() (dAtA []byte, err error) + func (m *ExecuteContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *ExecuteContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExecuteContractProposal) Reset() + func (m *ExecuteContractProposal) Size() (n int) + func (m *ExecuteContractProposal) Unmarshal(dAtA []byte) error + func (m *ExecuteContractProposal) XXX_DiscardUnknown() + func (m *ExecuteContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecuteContractProposal) XXX_Merge(src proto.Message) + func (m *ExecuteContractProposal) XXX_Size() int + func (m *ExecuteContractProposal) XXX_Unmarshal(b []byte) error + func (p *ExecuteContractProposal) GetTitle() string + func (p ExecuteContractProposal) GetDescription() string + func (p ExecuteContractProposal) MarshalYAML() (interface{}, error) + func (p ExecuteContractProposal) ProposalRoute() string + func (p ExecuteContractProposal) ProposalType() string + func (p ExecuteContractProposal) String() string + func (p ExecuteContractProposal) ValidateBasic() error + func (this *ExecuteContractProposal) Equal(that interface{}) bool + type GenesisState struct + Codes []Code + Contracts []Contract + GenMsgs []GenesisState_GenMsgs + Params Params + Sequences []Sequence + func GenesisFixture(mutators ...func(*GenesisState)) GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) GetCodes() []Code + func (m *GenesisState) GetContracts() []Contract + func (m *GenesisState) GetGenMsgs() []GenesisState_GenMsgs + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetSequences() []Sequence + 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 + func (s GenesisState) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (s GenesisState) ValidateBasic() error + type GenesisState_GenMsgs struct + Sum isGenesisState_GenMsgs_Sum + func (*GenesisState_GenMsgs) Descriptor() ([]byte, []int) + func (*GenesisState_GenMsgs) ProtoMessage() + func (*GenesisState_GenMsgs) XXX_OneofWrappers() []interface{} + func (m *GenesisState_GenMsgs) GetExecuteContract() *MsgExecuteContract + func (m *GenesisState_GenMsgs) GetInstantiateContract() *MsgInstantiateContract + func (m *GenesisState_GenMsgs) GetStoreCode() *MsgStoreCode + func (m *GenesisState_GenMsgs) GetSum() isGenesisState_GenMsgs_Sum + func (m *GenesisState_GenMsgs) Marshal() (dAtA []byte, err error) + func (m *GenesisState_GenMsgs) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs) Reset() + func (m *GenesisState_GenMsgs) Size() (n int) + func (m *GenesisState_GenMsgs) String() string + func (m *GenesisState_GenMsgs) Unmarshal(dAtA []byte) error + func (m *GenesisState_GenMsgs) XXX_DiscardUnknown() + func (m *GenesisState_GenMsgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState_GenMsgs) XXX_Merge(src proto.Message) + func (m *GenesisState_GenMsgs) XXX_Size() int + func (m *GenesisState_GenMsgs) XXX_Unmarshal(b []byte) error + func (m GenesisState_GenMsgs) AsMsg() sdk.Msg + func (m GenesisState_GenMsgs) ValidateBasic() error + type GenesisState_GenMsgs_ExecuteContract struct + ExecuteContract *MsgExecuteContract + func (m *GenesisState_GenMsgs_ExecuteContract) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs_ExecuteContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs_ExecuteContract) Size() (n int) + type GenesisState_GenMsgs_InstantiateContract struct + InstantiateContract *MsgInstantiateContract + func (m *GenesisState_GenMsgs_InstantiateContract) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs_InstantiateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs_InstantiateContract) Size() (n int) + type GenesisState_GenMsgs_StoreCode struct + StoreCode *MsgStoreCode + func (m *GenesisState_GenMsgs_StoreCode) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs_StoreCode) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState_GenMsgs_StoreCode) Size() (n int) + type IBCContractKeeper interface + AuthenticateCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) bool + ClaimCapability func(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error + OnAckPacket func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + OnCloseChannel func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + OnConnectChannel func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + OnOpenChannel func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) (string, error) + OnRecvPacket func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) ([]byte, error) + OnTimeoutPacket func(ctx sdk.Context, contractAddr sdk.AccAddress, ...) error + type ICS20TransferPortSource interface + GetPort func(ctx sdk.Context) string + type InstantiateContractProposal struct + Admin string + CodeID uint64 + Description string + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + RunAs string + Title string + func InstantiateContractProposalFixture(mutators ...func(p *InstantiateContractProposal)) *InstantiateContractProposal + func NewInstantiateContractProposal(title string, description string, runAs string, admin string, codeID uint64, ...) *InstantiateContractProposal + func (*InstantiateContractProposal) Descriptor() ([]byte, []int) + func (*InstantiateContractProposal) ProtoMessage() + func (m *InstantiateContractProposal) Marshal() (dAtA []byte, err error) + func (m *InstantiateContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *InstantiateContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InstantiateContractProposal) Reset() + func (m *InstantiateContractProposal) Size() (n int) + func (m *InstantiateContractProposal) Unmarshal(dAtA []byte) error + func (m *InstantiateContractProposal) XXX_DiscardUnknown() + func (m *InstantiateContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InstantiateContractProposal) XXX_Merge(src proto.Message) + func (m *InstantiateContractProposal) XXX_Size() int + func (m *InstantiateContractProposal) XXX_Unmarshal(b []byte) error + func (p *InstantiateContractProposal) GetTitle() string + func (p InstantiateContractProposal) GetDescription() string + func (p InstantiateContractProposal) MarshalYAML() (interface{}, error) + func (p InstantiateContractProposal) ProposalRoute() string + func (p InstantiateContractProposal) ProposalType() string + func (p InstantiateContractProposal) String() string + func (p InstantiateContractProposal) ValidateBasic() error + func (this *InstantiateContractProposal) Equal(that interface{}) bool + type MaxCallsLimit struct + Remaining uint64 + func NewMaxCallsLimit(number uint64) *MaxCallsLimit + func (*MaxCallsLimit) Descriptor() ([]byte, []int) + func (*MaxCallsLimit) ProtoMessage() + func (m *MaxCallsLimit) Marshal() (dAtA []byte, err error) + func (m *MaxCallsLimit) MarshalTo(dAtA []byte) (int, error) + func (m *MaxCallsLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MaxCallsLimit) Reset() + func (m *MaxCallsLimit) Size() (n int) + func (m *MaxCallsLimit) String() string + func (m *MaxCallsLimit) Unmarshal(dAtA []byte) error + func (m *MaxCallsLimit) XXX_DiscardUnknown() + func (m *MaxCallsLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MaxCallsLimit) XXX_Merge(src proto.Message) + func (m *MaxCallsLimit) XXX_Size() int + func (m *MaxCallsLimit) XXX_Unmarshal(b []byte) error + func (m MaxCallsLimit) Accept(_ sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (m MaxCallsLimit) ValidateBasic() error + type MaxFundsLimit struct + Amounts github_com_cosmos_cosmos_sdk_types.Coins + func NewMaxFundsLimit(max ...sdk.Coin) *MaxFundsLimit + func (*MaxFundsLimit) Descriptor() ([]byte, []int) + func (*MaxFundsLimit) ProtoMessage() + func (m *MaxFundsLimit) Marshal() (dAtA []byte, err error) + func (m *MaxFundsLimit) MarshalTo(dAtA []byte) (int, error) + func (m *MaxFundsLimit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MaxFundsLimit) Reset() + func (m *MaxFundsLimit) Size() (n int) + func (m *MaxFundsLimit) String() string + func (m *MaxFundsLimit) Unmarshal(dAtA []byte) error + func (m *MaxFundsLimit) XXX_DiscardUnknown() + func (m *MaxFundsLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MaxFundsLimit) XXX_Merge(src proto.Message) + func (m *MaxFundsLimit) XXX_Size() int + func (m *MaxFundsLimit) XXX_Unmarshal(b []byte) error + func (m MaxFundsLimit) Accept(_ sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (m MaxFundsLimit) ValidateBasic() error + type MigrateContractProposal struct + CodeID uint64 + Contract string + Description string + Msg RawContractMessage + Title string + func MigrateContractProposalFixture(mutators ...func(p *MigrateContractProposal)) *MigrateContractProposal + func (*MigrateContractProposal) Descriptor() ([]byte, []int) + func (*MigrateContractProposal) ProtoMessage() + func (m *MigrateContractProposal) Marshal() (dAtA []byte, err error) + func (m *MigrateContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *MigrateContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MigrateContractProposal) Reset() + func (m *MigrateContractProposal) Size() (n int) + func (m *MigrateContractProposal) Unmarshal(dAtA []byte) error + func (m *MigrateContractProposal) XXX_DiscardUnknown() + func (m *MigrateContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MigrateContractProposal) XXX_Merge(src proto.Message) + func (m *MigrateContractProposal) XXX_Size() int + func (m *MigrateContractProposal) XXX_Unmarshal(b []byte) error + func (p *MigrateContractProposal) GetTitle() string + func (p MigrateContractProposal) GetDescription() string + func (p MigrateContractProposal) MarshalYAML() (interface{}, error) + func (p MigrateContractProposal) ProposalRoute() string + func (p MigrateContractProposal) ProposalType() string + func (p MigrateContractProposal) String() string + func (p MigrateContractProposal) ValidateBasic() error + func (this *MigrateContractProposal) Equal(that interface{}) bool + type Model struct + Key github_com_tendermint_tendermint_libs_bytes.HexBytes + Value []byte + func (*Model) Descriptor() ([]byte, []int) + func (*Model) ProtoMessage() + func (m *Model) Marshal() (dAtA []byte, err error) + func (m *Model) MarshalTo(dAtA []byte) (int, error) + func (m *Model) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Model) Reset() + func (m *Model) Size() (n int) + func (m *Model) String() string + func (m *Model) Unmarshal(dAtA []byte) error + func (m *Model) XXX_DiscardUnknown() + func (m *Model) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Model) XXX_Merge(src proto.Message) + func (m *Model) XXX_Size() int + func (m *Model) XXX_Unmarshal(b []byte) error + func (m Model) ValidateBasic() error + func (this *Model) Equal(that interface{}) bool + type MsgClearAdmin struct + Contract string + Sender string + func (*MsgClearAdmin) Descriptor() ([]byte, []int) + func (*MsgClearAdmin) ProtoMessage() + func (m *MsgClearAdmin) Marshal() (dAtA []byte, err error) + func (m *MsgClearAdmin) MarshalTo(dAtA []byte) (int, error) + func (m *MsgClearAdmin) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgClearAdmin) Reset() + func (m *MsgClearAdmin) Size() (n int) + func (m *MsgClearAdmin) String() string + func (m *MsgClearAdmin) Unmarshal(dAtA []byte) error + func (m *MsgClearAdmin) XXX_DiscardUnknown() + func (m *MsgClearAdmin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgClearAdmin) XXX_Merge(src proto.Message) + func (m *MsgClearAdmin) XXX_Size() int + func (m *MsgClearAdmin) XXX_Unmarshal(b []byte) error + func (msg MsgClearAdmin) GetSignBytes() []byte + func (msg MsgClearAdmin) GetSigners() []sdk.AccAddress + func (msg MsgClearAdmin) Route() string + func (msg MsgClearAdmin) Type() string + func (msg MsgClearAdmin) ValidateBasic() error + type MsgClearAdminResponse struct + func (*MsgClearAdminResponse) Descriptor() ([]byte, []int) + func (*MsgClearAdminResponse) ProtoMessage() + func (m *MsgClearAdminResponse) Marshal() (dAtA []byte, err error) + func (m *MsgClearAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgClearAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgClearAdminResponse) Reset() + func (m *MsgClearAdminResponse) Size() (n int) + func (m *MsgClearAdminResponse) String() string + func (m *MsgClearAdminResponse) Unmarshal(dAtA []byte) error + func (m *MsgClearAdminResponse) XXX_DiscardUnknown() + func (m *MsgClearAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgClearAdminResponse) XXX_Merge(src proto.Message) + func (m *MsgClearAdminResponse) XXX_Size() int + func (m *MsgClearAdminResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + ClearAdmin func(ctx context.Context, in *MsgClearAdmin, opts ...grpc.CallOption) (*MsgClearAdminResponse, error) + ExecuteContract func(ctx context.Context, in *MsgExecuteContract, opts ...grpc.CallOption) (*MsgExecuteContractResponse, error) + InstantiateContract func(ctx context.Context, in *MsgInstantiateContract, opts ...grpc.CallOption) (*MsgInstantiateContractResponse, error) + InstantiateContract2 func(ctx context.Context, in *MsgInstantiateContract2, opts ...grpc.CallOption) (*MsgInstantiateContract2Response, error) + MigrateContract func(ctx context.Context, in *MsgMigrateContract, opts ...grpc.CallOption) (*MsgMigrateContractResponse, error) + StoreCode func(ctx context.Context, in *MsgStoreCode, opts ...grpc.CallOption) (*MsgStoreCodeResponse, error) + UpdateAdmin func(ctx context.Context, in *MsgUpdateAdmin, opts ...grpc.CallOption) (*MsgUpdateAdminResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgExecuteContract struct + Contract string + Funds github_com_cosmos_cosmos_sdk_types.Coins + Msg RawContractMessage + Sender string + func MsgExecuteContractFixture(mutators ...func(*MsgExecuteContract)) *MsgExecuteContract + func (*MsgExecuteContract) Descriptor() ([]byte, []int) + func (*MsgExecuteContract) ProtoMessage() + func (m *MsgExecuteContract) Marshal() (dAtA []byte, err error) + func (m *MsgExecuteContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecuteContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecuteContract) Reset() + func (m *MsgExecuteContract) Size() (n int) + func (m *MsgExecuteContract) String() string + func (m *MsgExecuteContract) Unmarshal(dAtA []byte) error + func (m *MsgExecuteContract) XXX_DiscardUnknown() + func (m *MsgExecuteContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecuteContract) XXX_Merge(src proto.Message) + func (m *MsgExecuteContract) XXX_Size() int + func (m *MsgExecuteContract) XXX_Unmarshal(b []byte) error + func (msg MsgExecuteContract) GetContract() string + func (msg MsgExecuteContract) GetFunds() sdk.Coins + func (msg MsgExecuteContract) GetMsg() RawContractMessage + func (msg MsgExecuteContract) GetSignBytes() []byte + func (msg MsgExecuteContract) GetSigners() []sdk.AccAddress + func (msg MsgExecuteContract) Route() string + func (msg MsgExecuteContract) Type() string + func (msg MsgExecuteContract) ValidateBasic() error + type MsgExecuteContractResponse struct + Data []byte + func (*MsgExecuteContractResponse) Descriptor() ([]byte, []int) + func (*MsgExecuteContractResponse) ProtoMessage() + func (m *MsgExecuteContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgExecuteContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgExecuteContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgExecuteContractResponse) Reset() + func (m *MsgExecuteContractResponse) Size() (n int) + func (m *MsgExecuteContractResponse) String() string + func (m *MsgExecuteContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgExecuteContractResponse) XXX_DiscardUnknown() + func (m *MsgExecuteContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgExecuteContractResponse) XXX_Merge(src proto.Message) + func (m *MsgExecuteContractResponse) XXX_Size() int + func (m *MsgExecuteContractResponse) XXX_Unmarshal(b []byte) error + type MsgIBCCloseChannel struct + Channel string + func (*MsgIBCCloseChannel) Descriptor() ([]byte, []int) + func (*MsgIBCCloseChannel) ProtoMessage() + func (m *MsgIBCCloseChannel) Marshal() (dAtA []byte, err error) + func (m *MsgIBCCloseChannel) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIBCCloseChannel) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIBCCloseChannel) Reset() + func (m *MsgIBCCloseChannel) Size() (n int) + func (m *MsgIBCCloseChannel) String() string + func (m *MsgIBCCloseChannel) Unmarshal(dAtA []byte) error + func (m *MsgIBCCloseChannel) XXX_DiscardUnknown() + func (m *MsgIBCCloseChannel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIBCCloseChannel) XXX_Merge(src proto.Message) + func (m *MsgIBCCloseChannel) XXX_Size() int + func (m *MsgIBCCloseChannel) XXX_Unmarshal(b []byte) error + func (msg MsgIBCCloseChannel) GetSignBytes() []byte + func (msg MsgIBCCloseChannel) GetSigners() []sdk.AccAddress + func (msg MsgIBCCloseChannel) Route() string + func (msg MsgIBCCloseChannel) Type() string + func (msg MsgIBCCloseChannel) ValidateBasic() error + type MsgIBCSend struct + Channel string + Data []byte + TimeoutHeight uint64 + TimeoutTimestamp uint64 + func (*MsgIBCSend) Descriptor() ([]byte, []int) + func (*MsgIBCSend) ProtoMessage() + func (m *MsgIBCSend) Marshal() (dAtA []byte, err error) + func (m *MsgIBCSend) MarshalTo(dAtA []byte) (int, error) + func (m *MsgIBCSend) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgIBCSend) Reset() + func (m *MsgIBCSend) Size() (n int) + func (m *MsgIBCSend) String() string + func (m *MsgIBCSend) Unmarshal(dAtA []byte) error + func (m *MsgIBCSend) XXX_DiscardUnknown() + func (m *MsgIBCSend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgIBCSend) XXX_Merge(src proto.Message) + func (m *MsgIBCSend) XXX_Size() int + func (m *MsgIBCSend) XXX_Unmarshal(b []byte) error + func (msg MsgIBCSend) GetSignBytes() []byte + func (msg MsgIBCSend) GetSigners() []sdk.AccAddress + func (msg MsgIBCSend) Route() string + func (msg MsgIBCSend) Type() string + func (msg MsgIBCSend) ValidateBasic() error + type MsgInstantiateContract struct + Admin string + CodeID uint64 + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + Sender string + func MsgInstantiateContractFixture(mutators ...func(*MsgInstantiateContract)) *MsgInstantiateContract + func (*MsgInstantiateContract) Descriptor() ([]byte, []int) + func (*MsgInstantiateContract) ProtoMessage() + func (m *MsgInstantiateContract) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContract) Reset() + func (m *MsgInstantiateContract) Size() (n int) + func (m *MsgInstantiateContract) String() string + func (m *MsgInstantiateContract) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContract) XXX_DiscardUnknown() + func (m *MsgInstantiateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContract) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContract) XXX_Size() int + func (m *MsgInstantiateContract) XXX_Unmarshal(b []byte) error + func (msg MsgInstantiateContract) GetSignBytes() []byte + func (msg MsgInstantiateContract) GetSigners() []sdk.AccAddress + func (msg MsgInstantiateContract) Route() string + func (msg MsgInstantiateContract) Type() string + func (msg MsgInstantiateContract) ValidateBasic() error + type MsgInstantiateContract2 struct + Admin string + CodeID uint64 + FixMsg bool + Funds github_com_cosmos_cosmos_sdk_types.Coins + Label string + Msg RawContractMessage + Salt []byte + Sender string + func (*MsgInstantiateContract2) Descriptor() ([]byte, []int) + func (*MsgInstantiateContract2) ProtoMessage() + func (m *MsgInstantiateContract2) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContract2) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2) Reset() + func (m *MsgInstantiateContract2) Size() (n int) + func (m *MsgInstantiateContract2) String() string + func (m *MsgInstantiateContract2) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContract2) XXX_DiscardUnknown() + func (m *MsgInstantiateContract2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContract2) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContract2) XXX_Size() int + func (m *MsgInstantiateContract2) XXX_Unmarshal(b []byte) error + func (msg MsgInstantiateContract2) GetSignBytes() []byte + func (msg MsgInstantiateContract2) GetSigners() []sdk.AccAddress + func (msg MsgInstantiateContract2) Route() string + func (msg MsgInstantiateContract2) Type() string + func (msg MsgInstantiateContract2) ValidateBasic() error + type MsgInstantiateContract2Response struct + Address string + Data []byte + func (*MsgInstantiateContract2Response) Descriptor() ([]byte, []int) + func (*MsgInstantiateContract2Response) ProtoMessage() + func (m *MsgInstantiateContract2Response) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContract2Response) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2Response) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContract2Response) Reset() + func (m *MsgInstantiateContract2Response) Size() (n int) + func (m *MsgInstantiateContract2Response) String() string + func (m *MsgInstantiateContract2Response) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContract2Response) XXX_DiscardUnknown() + func (m *MsgInstantiateContract2Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContract2Response) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContract2Response) XXX_Size() int + func (m *MsgInstantiateContract2Response) XXX_Unmarshal(b []byte) error + type MsgInstantiateContractResponse struct + Address string + Data []byte + func (*MsgInstantiateContractResponse) Descriptor() ([]byte, []int) + func (*MsgInstantiateContractResponse) ProtoMessage() + func (m *MsgInstantiateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgInstantiateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgInstantiateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgInstantiateContractResponse) Reset() + func (m *MsgInstantiateContractResponse) Size() (n int) + func (m *MsgInstantiateContractResponse) String() string + func (m *MsgInstantiateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgInstantiateContractResponse) XXX_DiscardUnknown() + func (m *MsgInstantiateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInstantiateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgInstantiateContractResponse) XXX_Size() int + func (m *MsgInstantiateContractResponse) XXX_Unmarshal(b []byte) error + type MsgMigrateContract struct + CodeID uint64 + Contract string + Msg RawContractMessage + Sender string + func (*MsgMigrateContract) Descriptor() ([]byte, []int) + func (*MsgMigrateContract) ProtoMessage() + func (m *MsgMigrateContract) Marshal() (dAtA []byte, err error) + func (m *MsgMigrateContract) MarshalTo(dAtA []byte) (int, error) + func (m *MsgMigrateContract) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgMigrateContract) Reset() + func (m *MsgMigrateContract) Size() (n int) + func (m *MsgMigrateContract) String() string + func (m *MsgMigrateContract) Unmarshal(dAtA []byte) error + func (m *MsgMigrateContract) XXX_DiscardUnknown() + func (m *MsgMigrateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgMigrateContract) XXX_Merge(src proto.Message) + func (m *MsgMigrateContract) XXX_Size() int + func (m *MsgMigrateContract) XXX_Unmarshal(b []byte) error + func (msg MsgMigrateContract) GetContract() string + func (msg MsgMigrateContract) GetFunds() sdk.Coins + func (msg MsgMigrateContract) GetMsg() RawContractMessage + func (msg MsgMigrateContract) GetSignBytes() []byte + func (msg MsgMigrateContract) GetSigners() []sdk.AccAddress + func (msg MsgMigrateContract) Route() string + func (msg MsgMigrateContract) Type() string + func (msg MsgMigrateContract) ValidateBasic() error + type MsgMigrateContractResponse struct + Data []byte + func (*MsgMigrateContractResponse) Descriptor() ([]byte, []int) + func (*MsgMigrateContractResponse) ProtoMessage() + func (m *MsgMigrateContractResponse) Marshal() (dAtA []byte, err error) + func (m *MsgMigrateContractResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgMigrateContractResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgMigrateContractResponse) Reset() + func (m *MsgMigrateContractResponse) Size() (n int) + func (m *MsgMigrateContractResponse) String() string + func (m *MsgMigrateContractResponse) Unmarshal(dAtA []byte) error + func (m *MsgMigrateContractResponse) XXX_DiscardUnknown() + func (m *MsgMigrateContractResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgMigrateContractResponse) XXX_Merge(src proto.Message) + func (m *MsgMigrateContractResponse) XXX_Size() int + func (m *MsgMigrateContractResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + ClearAdmin func(context.Context, *MsgClearAdmin) (*MsgClearAdminResponse, error) + ExecuteContract func(context.Context, *MsgExecuteContract) (*MsgExecuteContractResponse, error) + InstantiateContract func(context.Context, *MsgInstantiateContract) (*MsgInstantiateContractResponse, error) + InstantiateContract2 func(context.Context, *MsgInstantiateContract2) (*MsgInstantiateContract2Response, error) + MigrateContract func(context.Context, *MsgMigrateContract) (*MsgMigrateContractResponse, error) + StoreCode func(context.Context, *MsgStoreCode) (*MsgStoreCodeResponse, error) + UpdateAdmin func(context.Context, *MsgUpdateAdmin) (*MsgUpdateAdminResponse, error) + type MsgStoreCode struct + InstantiatePermission *AccessConfig + Sender string + WASMByteCode []byte + func MsgStoreCodeFixture(mutators ...func(*MsgStoreCode)) *MsgStoreCode + func (*MsgStoreCode) Descriptor() ([]byte, []int) + func (*MsgStoreCode) ProtoMessage() + func (m *MsgStoreCode) Marshal() (dAtA []byte, err error) + func (m *MsgStoreCode) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreCode) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreCode) Reset() + func (m *MsgStoreCode) Size() (n int) + func (m *MsgStoreCode) String() string + func (m *MsgStoreCode) Unmarshal(dAtA []byte) error + func (m *MsgStoreCode) XXX_DiscardUnknown() + func (m *MsgStoreCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreCode) XXX_Merge(src proto.Message) + func (m *MsgStoreCode) XXX_Size() int + func (m *MsgStoreCode) XXX_Unmarshal(b []byte) error + func (msg MsgStoreCode) GetSignBytes() []byte + func (msg MsgStoreCode) GetSigners() []sdk.AccAddress + func (msg MsgStoreCode) Route() string + func (msg MsgStoreCode) Type() string + func (msg MsgStoreCode) ValidateBasic() error + type MsgStoreCodeResponse struct + Checksum []byte + CodeID uint64 + func (*MsgStoreCodeResponse) Descriptor() ([]byte, []int) + func (*MsgStoreCodeResponse) ProtoMessage() + func (m *MsgStoreCodeResponse) Marshal() (dAtA []byte, err error) + func (m *MsgStoreCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgStoreCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgStoreCodeResponse) Reset() + func (m *MsgStoreCodeResponse) Size() (n int) + func (m *MsgStoreCodeResponse) String() string + func (m *MsgStoreCodeResponse) Unmarshal(dAtA []byte) error + func (m *MsgStoreCodeResponse) XXX_DiscardUnknown() + func (m *MsgStoreCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgStoreCodeResponse) XXX_Merge(src proto.Message) + func (m *MsgStoreCodeResponse) XXX_Size() int + func (m *MsgStoreCodeResponse) XXX_Unmarshal(b []byte) error + type MsgUpdateAdmin struct + Contract string + NewAdmin string + Sender string + func (*MsgUpdateAdmin) Descriptor() ([]byte, []int) + func (*MsgUpdateAdmin) ProtoMessage() + func (m *MsgUpdateAdmin) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateAdmin) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateAdmin) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateAdmin) Reset() + func (m *MsgUpdateAdmin) Size() (n int) + func (m *MsgUpdateAdmin) String() string + func (m *MsgUpdateAdmin) Unmarshal(dAtA []byte) error + func (m *MsgUpdateAdmin) XXX_DiscardUnknown() + func (m *MsgUpdateAdmin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateAdmin) XXX_Merge(src proto.Message) + func (m *MsgUpdateAdmin) XXX_Size() int + func (m *MsgUpdateAdmin) XXX_Unmarshal(b []byte) error + func (msg MsgUpdateAdmin) GetSignBytes() []byte + func (msg MsgUpdateAdmin) GetSigners() []sdk.AccAddress + func (msg MsgUpdateAdmin) Route() string + func (msg MsgUpdateAdmin) Type() string + func (msg MsgUpdateAdmin) ValidateBasic() error + type MsgUpdateAdminResponse struct + func (*MsgUpdateAdminResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateAdminResponse) ProtoMessage() + func (m *MsgUpdateAdminResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateAdminResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateAdminResponse) Reset() + func (m *MsgUpdateAdminResponse) Size() (n int) + func (m *MsgUpdateAdminResponse) String() string + func (m *MsgUpdateAdminResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateAdminResponse) XXX_DiscardUnknown() + func (m *MsgUpdateAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateAdminResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateAdminResponse) XXX_Size() int + func (m *MsgUpdateAdminResponse) XXX_Unmarshal(b []byte) error + type Params struct + CodeUploadAccess AccessConfig + InstantiateDefaultPermission AccessType + func DefaultParams() Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + 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) 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) String() string + func (p Params) ValidateBasic() error + func (this *Params) Equal(that interface{}) bool + type PinCodesProposal struct + CodeIDs []uint64 + Description string + Title string + func (*PinCodesProposal) Descriptor() ([]byte, []int) + func (*PinCodesProposal) ProtoMessage() + func (m *PinCodesProposal) Marshal() (dAtA []byte, err error) + func (m *PinCodesProposal) MarshalTo(dAtA []byte) (int, error) + func (m *PinCodesProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PinCodesProposal) Reset() + func (m *PinCodesProposal) Size() (n int) + func (m *PinCodesProposal) Unmarshal(dAtA []byte) error + func (m *PinCodesProposal) XXX_DiscardUnknown() + func (m *PinCodesProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PinCodesProposal) XXX_Merge(src proto.Message) + func (m *PinCodesProposal) XXX_Size() int + func (m *PinCodesProposal) XXX_Unmarshal(b []byte) error + func (p *PinCodesProposal) GetTitle() string + func (p PinCodesProposal) GetDescription() string + func (p PinCodesProposal) ProposalRoute() string + func (p PinCodesProposal) ProposalType() string + func (p PinCodesProposal) String() string + func (p PinCodesProposal) ValidateBasic() error + func (this *PinCodesProposal) Equal(that interface{}) bool + type PortKeeper interface + BindPort func(ctx sdk.Context, portID string) *capabilitytypes.Capability + type ProposalType string + const ProposalTypeClearAdmin + const ProposalTypeExecuteContract + const ProposalTypeInstantiateContract + const ProposalTypeMigrateContract + const ProposalTypePinCodes + const ProposalTypeStoreAndInstantiateContractProposal + const ProposalTypeStoreCode + const ProposalTypeSudoContract + const ProposalTypeUnpinCodes + const ProposalTypeUpdateAdmin + const ProposalTypeUpdateInstantiateConfig + func ConvertToProposals(keys []string) ([]ProposalType, error) + type QueryAllContractStateRequest struct + Address string + Pagination *query.PageRequest + func (*QueryAllContractStateRequest) Descriptor() ([]byte, []int) + func (*QueryAllContractStateRequest) ProtoMessage() + func (m *QueryAllContractStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllContractStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllContractStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllContractStateRequest) Reset() + func (m *QueryAllContractStateRequest) Size() (n int) + func (m *QueryAllContractStateRequest) String() string + func (m *QueryAllContractStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllContractStateRequest) XXX_DiscardUnknown() + func (m *QueryAllContractStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllContractStateRequest) XXX_Merge(src proto.Message) + func (m *QueryAllContractStateRequest) XXX_Size() int + func (m *QueryAllContractStateRequest) XXX_Unmarshal(b []byte) error + type QueryAllContractStateResponse struct + Models []Model + Pagination *query.PageResponse + func (*QueryAllContractStateResponse) Descriptor() ([]byte, []int) + func (*QueryAllContractStateResponse) ProtoMessage() + func (m *QueryAllContractStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllContractStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllContractStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllContractStateResponse) Reset() + func (m *QueryAllContractStateResponse) Size() (n int) + func (m *QueryAllContractStateResponse) String() string + func (m *QueryAllContractStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllContractStateResponse) XXX_DiscardUnknown() + func (m *QueryAllContractStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllContractStateResponse) XXX_Merge(src proto.Message) + func (m *QueryAllContractStateResponse) XXX_Size() int + func (m *QueryAllContractStateResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + AllContractState func(ctx context.Context, in *QueryAllContractStateRequest, opts ...grpc.CallOption) (*QueryAllContractStateResponse, error) + Code func(ctx context.Context, in *QueryCodeRequest, opts ...grpc.CallOption) (*QueryCodeResponse, error) + Codes func(ctx context.Context, in *QueryCodesRequest, opts ...grpc.CallOption) (*QueryCodesResponse, error) + ContractHistory func(ctx context.Context, in *QueryContractHistoryRequest, opts ...grpc.CallOption) (*QueryContractHistoryResponse, error) + ContractInfo func(ctx context.Context, in *QueryContractInfoRequest, opts ...grpc.CallOption) (*QueryContractInfoResponse, error) + ContractsByCode func(ctx context.Context, in *QueryContractsByCodeRequest, opts ...grpc.CallOption) (*QueryContractsByCodeResponse, error) + ContractsByCreator func(ctx context.Context, in *QueryContractsByCreatorRequest, ...) (*QueryContractsByCreatorResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + PinnedCodes func(ctx context.Context, in *QueryPinnedCodesRequest, opts ...grpc.CallOption) (*QueryPinnedCodesResponse, error) + RawContractState func(ctx context.Context, in *QueryRawContractStateRequest, opts ...grpc.CallOption) (*QueryRawContractStateResponse, error) + SmartContractState func(ctx context.Context, in *QuerySmartContractStateRequest, ...) (*QuerySmartContractStateResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryCodeRequest struct + CodeId uint64 + func (*QueryCodeRequest) Descriptor() ([]byte, []int) + func (*QueryCodeRequest) ProtoMessage() + func (m *QueryCodeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeRequest) Reset() + func (m *QueryCodeRequest) Size() (n int) + func (m *QueryCodeRequest) String() string + func (m *QueryCodeRequest) Unmarshal(dAtA []byte) error + func (m *QueryCodeRequest) XXX_DiscardUnknown() + func (m *QueryCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeRequest) XXX_Merge(src proto.Message) + func (m *QueryCodeRequest) XXX_Size() int + func (m *QueryCodeRequest) XXX_Unmarshal(b []byte) error + type QueryCodeResponse struct + Data []byte + func (*QueryCodeResponse) Descriptor() ([]byte, []int) + func (*QueryCodeResponse) ProtoMessage() + func (m *QueryCodeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeResponse) Reset() + func (m *QueryCodeResponse) Size() (n int) + func (m *QueryCodeResponse) String() string + func (m *QueryCodeResponse) Unmarshal(dAtA []byte) error + func (m *QueryCodeResponse) XXX_DiscardUnknown() + func (m *QueryCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeResponse) XXX_Merge(src proto.Message) + func (m *QueryCodeResponse) XXX_Size() int + func (m *QueryCodeResponse) XXX_Unmarshal(b []byte) error + func (this *QueryCodeResponse) Equal(that interface{}) bool + type QueryCodesRequest struct + Pagination *query.PageRequest + func (*QueryCodesRequest) Descriptor() ([]byte, []int) + func (*QueryCodesRequest) ProtoMessage() + func (m *QueryCodesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCodesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodesRequest) Reset() + func (m *QueryCodesRequest) Size() (n int) + func (m *QueryCodesRequest) String() string + func (m *QueryCodesRequest) Unmarshal(dAtA []byte) error + func (m *QueryCodesRequest) XXX_DiscardUnknown() + func (m *QueryCodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodesRequest) XXX_Merge(src proto.Message) + func (m *QueryCodesRequest) XXX_Size() int + func (m *QueryCodesRequest) XXX_Unmarshal(b []byte) error + type QueryCodesResponse struct + CodeInfos []CodeInfoResponse + Pagination *query.PageResponse + func (*QueryCodesResponse) Descriptor() ([]byte, []int) + func (*QueryCodesResponse) ProtoMessage() + func (m *QueryCodesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodesResponse) Reset() + func (m *QueryCodesResponse) Size() (n int) + func (m *QueryCodesResponse) String() string + func (m *QueryCodesResponse) Unmarshal(dAtA []byte) error + func (m *QueryCodesResponse) XXX_DiscardUnknown() + func (m *QueryCodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodesResponse) XXX_Merge(src proto.Message) + func (m *QueryCodesResponse) XXX_Size() int + func (m *QueryCodesResponse) XXX_Unmarshal(b []byte) error + type QueryContractHistoryRequest struct + Address string + Pagination *query.PageRequest + func (*QueryContractHistoryRequest) Descriptor() ([]byte, []int) + func (*QueryContractHistoryRequest) ProtoMessage() + func (m *QueryContractHistoryRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractHistoryRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractHistoryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractHistoryRequest) Reset() + func (m *QueryContractHistoryRequest) Size() (n int) + func (m *QueryContractHistoryRequest) String() string + func (m *QueryContractHistoryRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractHistoryRequest) XXX_DiscardUnknown() + func (m *QueryContractHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractHistoryRequest) XXX_Merge(src proto.Message) + func (m *QueryContractHistoryRequest) XXX_Size() int + func (m *QueryContractHistoryRequest) XXX_Unmarshal(b []byte) error + type QueryContractHistoryResponse struct + Entries []ContractCodeHistoryEntry + Pagination *query.PageResponse + func (*QueryContractHistoryResponse) Descriptor() ([]byte, []int) + func (*QueryContractHistoryResponse) ProtoMessage() + func (m *QueryContractHistoryResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractHistoryResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractHistoryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractHistoryResponse) Reset() + func (m *QueryContractHistoryResponse) Size() (n int) + func (m *QueryContractHistoryResponse) String() string + func (m *QueryContractHistoryResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractHistoryResponse) XXX_DiscardUnknown() + func (m *QueryContractHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractHistoryResponse) XXX_Merge(src proto.Message) + func (m *QueryContractHistoryResponse) XXX_Size() int + func (m *QueryContractHistoryResponse) XXX_Unmarshal(b []byte) error + type QueryContractInfoRequest struct + Address string + func (*QueryContractInfoRequest) Descriptor() ([]byte, []int) + func (*QueryContractInfoRequest) ProtoMessage() + func (m *QueryContractInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractInfoRequest) Reset() + func (m *QueryContractInfoRequest) Size() (n int) + func (m *QueryContractInfoRequest) String() string + func (m *QueryContractInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractInfoRequest) XXX_DiscardUnknown() + func (m *QueryContractInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryContractInfoRequest) XXX_Size() int + func (m *QueryContractInfoRequest) XXX_Unmarshal(b []byte) error + type QueryContractInfoResponse struct + Address string + func (*QueryContractInfoResponse) Descriptor() ([]byte, []int) + func (*QueryContractInfoResponse) ProtoMessage() + func (m *QueryContractInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractInfoResponse) Reset() + func (m *QueryContractInfoResponse) Size() (n int) + func (m *QueryContractInfoResponse) String() string + func (m *QueryContractInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractInfoResponse) XXX_DiscardUnknown() + func (m *QueryContractInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryContractInfoResponse) XXX_Size() int + func (m *QueryContractInfoResponse) XXX_Unmarshal(b []byte) error + func (this *QueryContractInfoResponse) Equal(that interface{}) bool + type QueryContractsByCodeRequest struct + CodeId uint64 + Pagination *query.PageRequest + func (*QueryContractsByCodeRequest) Descriptor() ([]byte, []int) + func (*QueryContractsByCodeRequest) ProtoMessage() + func (m *QueryContractsByCodeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCodeRequest) Reset() + func (m *QueryContractsByCodeRequest) Size() (n int) + func (m *QueryContractsByCodeRequest) String() string + func (m *QueryContractsByCodeRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCodeRequest) XXX_DiscardUnknown() + func (m *QueryContractsByCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCodeRequest) XXX_Merge(src proto.Message) + func (m *QueryContractsByCodeRequest) XXX_Size() int + func (m *QueryContractsByCodeRequest) XXX_Unmarshal(b []byte) error + type QueryContractsByCodeResponse struct + Contracts []string + Pagination *query.PageResponse + func (*QueryContractsByCodeResponse) Descriptor() ([]byte, []int) + func (*QueryContractsByCodeResponse) ProtoMessage() + func (m *QueryContractsByCodeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCodeResponse) Reset() + func (m *QueryContractsByCodeResponse) Size() (n int) + func (m *QueryContractsByCodeResponse) String() string + func (m *QueryContractsByCodeResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCodeResponse) XXX_DiscardUnknown() + func (m *QueryContractsByCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCodeResponse) XXX_Merge(src proto.Message) + func (m *QueryContractsByCodeResponse) XXX_Size() int + func (m *QueryContractsByCodeResponse) XXX_Unmarshal(b []byte) error + type QueryContractsByCreatorRequest struct + CreatorAddress string + Pagination *query.PageRequest + func (*QueryContractsByCreatorRequest) Descriptor() ([]byte, []int) + func (*QueryContractsByCreatorRequest) ProtoMessage() + func (m *QueryContractsByCreatorRequest) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCreatorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorRequest) Reset() + func (m *QueryContractsByCreatorRequest) Size() (n int) + func (m *QueryContractsByCreatorRequest) String() string + func (m *QueryContractsByCreatorRequest) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCreatorRequest) XXX_DiscardUnknown() + func (m *QueryContractsByCreatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCreatorRequest) XXX_Merge(src proto.Message) + func (m *QueryContractsByCreatorRequest) XXX_Size() int + func (m *QueryContractsByCreatorRequest) XXX_Unmarshal(b []byte) error + type QueryContractsByCreatorResponse struct + ContractAddresses []string + Pagination *query.PageResponse + func (*QueryContractsByCreatorResponse) Descriptor() ([]byte, []int) + func (*QueryContractsByCreatorResponse) ProtoMessage() + func (m *QueryContractsByCreatorResponse) Marshal() (dAtA []byte, err error) + func (m *QueryContractsByCreatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryContractsByCreatorResponse) Reset() + func (m *QueryContractsByCreatorResponse) Size() (n int) + func (m *QueryContractsByCreatorResponse) String() string + func (m *QueryContractsByCreatorResponse) Unmarshal(dAtA []byte) error + func (m *QueryContractsByCreatorResponse) XXX_DiscardUnknown() + func (m *QueryContractsByCreatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryContractsByCreatorResponse) XXX_Merge(src proto.Message) + func (m *QueryContractsByCreatorResponse) XXX_Size() int + func (m *QueryContractsByCreatorResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryPinnedCodesRequest struct + Pagination *query.PageRequest + func (*QueryPinnedCodesRequest) Descriptor() ([]byte, []int) + func (*QueryPinnedCodesRequest) ProtoMessage() + func (m *QueryPinnedCodesRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPinnedCodesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPinnedCodesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPinnedCodesRequest) Reset() + func (m *QueryPinnedCodesRequest) Size() (n int) + func (m *QueryPinnedCodesRequest) String() string + func (m *QueryPinnedCodesRequest) Unmarshal(dAtA []byte) error + func (m *QueryPinnedCodesRequest) XXX_DiscardUnknown() + func (m *QueryPinnedCodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPinnedCodesRequest) XXX_Merge(src proto.Message) + func (m *QueryPinnedCodesRequest) XXX_Size() int + func (m *QueryPinnedCodesRequest) XXX_Unmarshal(b []byte) error + type QueryPinnedCodesResponse struct + CodeIDs []uint64 + Pagination *query.PageResponse + func (*QueryPinnedCodesResponse) Descriptor() ([]byte, []int) + func (*QueryPinnedCodesResponse) ProtoMessage() + func (m *QueryPinnedCodesResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPinnedCodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPinnedCodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPinnedCodesResponse) Reset() + func (m *QueryPinnedCodesResponse) Size() (n int) + func (m *QueryPinnedCodesResponse) String() string + func (m *QueryPinnedCodesResponse) Unmarshal(dAtA []byte) error + func (m *QueryPinnedCodesResponse) XXX_DiscardUnknown() + func (m *QueryPinnedCodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPinnedCodesResponse) XXX_Merge(src proto.Message) + func (m *QueryPinnedCodesResponse) XXX_Size() int + func (m *QueryPinnedCodesResponse) XXX_Unmarshal(b []byte) error + type QueryRawContractStateRequest struct + Address string + QueryData []byte + func (*QueryRawContractStateRequest) Descriptor() ([]byte, []int) + func (*QueryRawContractStateRequest) ProtoMessage() + func (m *QueryRawContractStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryRawContractStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRawContractStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRawContractStateRequest) Reset() + func (m *QueryRawContractStateRequest) Size() (n int) + func (m *QueryRawContractStateRequest) String() string + func (m *QueryRawContractStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryRawContractStateRequest) XXX_DiscardUnknown() + func (m *QueryRawContractStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRawContractStateRequest) XXX_Merge(src proto.Message) + func (m *QueryRawContractStateRequest) XXX_Size() int + func (m *QueryRawContractStateRequest) XXX_Unmarshal(b []byte) error + type QueryRawContractStateResponse struct + Data []byte + func (*QueryRawContractStateResponse) Descriptor() ([]byte, []int) + func (*QueryRawContractStateResponse) ProtoMessage() + func (m *QueryRawContractStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryRawContractStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRawContractStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRawContractStateResponse) Reset() + func (m *QueryRawContractStateResponse) Size() (n int) + func (m *QueryRawContractStateResponse) String() string + func (m *QueryRawContractStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryRawContractStateResponse) XXX_DiscardUnknown() + func (m *QueryRawContractStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRawContractStateResponse) XXX_Merge(src proto.Message) + func (m *QueryRawContractStateResponse) XXX_Size() int + func (m *QueryRawContractStateResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + AllContractState func(context.Context, *QueryAllContractStateRequest) (*QueryAllContractStateResponse, error) + Code func(context.Context, *QueryCodeRequest) (*QueryCodeResponse, error) + Codes func(context.Context, *QueryCodesRequest) (*QueryCodesResponse, error) + ContractHistory func(context.Context, *QueryContractHistoryRequest) (*QueryContractHistoryResponse, error) + ContractInfo func(context.Context, *QueryContractInfoRequest) (*QueryContractInfoResponse, error) + ContractsByCode func(context.Context, *QueryContractsByCodeRequest) (*QueryContractsByCodeResponse, error) + ContractsByCreator func(context.Context, *QueryContractsByCreatorRequest) (*QueryContractsByCreatorResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + PinnedCodes func(context.Context, *QueryPinnedCodesRequest) (*QueryPinnedCodesResponse, error) + RawContractState func(context.Context, *QueryRawContractStateRequest) (*QueryRawContractStateResponse, error) + SmartContractState func(context.Context, *QuerySmartContractStateRequest) (*QuerySmartContractStateResponse, error) + type QuerySmartContractStateRequest struct + Address string + QueryData RawContractMessage + func (*QuerySmartContractStateRequest) Descriptor() ([]byte, []int) + func (*QuerySmartContractStateRequest) ProtoMessage() + func (m *QuerySmartContractStateRequest) Marshal() (dAtA []byte, err error) + func (m *QuerySmartContractStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySmartContractStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySmartContractStateRequest) Reset() + func (m *QuerySmartContractStateRequest) Size() (n int) + func (m *QuerySmartContractStateRequest) String() string + func (m *QuerySmartContractStateRequest) Unmarshal(dAtA []byte) error + func (m *QuerySmartContractStateRequest) XXX_DiscardUnknown() + func (m *QuerySmartContractStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySmartContractStateRequest) XXX_Merge(src proto.Message) + func (m *QuerySmartContractStateRequest) XXX_Size() int + func (m *QuerySmartContractStateRequest) XXX_Unmarshal(b []byte) error + type QuerySmartContractStateResponse struct + Data RawContractMessage + func (*QuerySmartContractStateResponse) Descriptor() ([]byte, []int) + func (*QuerySmartContractStateResponse) ProtoMessage() + func (m *QuerySmartContractStateResponse) Marshal() (dAtA []byte, err error) + func (m *QuerySmartContractStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QuerySmartContractStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QuerySmartContractStateResponse) Reset() + func (m *QuerySmartContractStateResponse) Size() (n int) + func (m *QuerySmartContractStateResponse) String() string + func (m *QuerySmartContractStateResponse) Unmarshal(dAtA []byte) error + func (m *QuerySmartContractStateResponse) XXX_DiscardUnknown() + func (m *QuerySmartContractStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QuerySmartContractStateResponse) XXX_Merge(src proto.Message) + func (m *QuerySmartContractStateResponse) XXX_Size() int + func (m *QuerySmartContractStateResponse) XXX_Unmarshal(b []byte) error + type RawContractMessage []byte + func (r *RawContractMessage) UnmarshalJSON(b []byte) error + func (r *RawContractMessage) ValidateBasic() error + func (r RawContractMessage) Bytes() []byte + func (r RawContractMessage) Equal(o RawContractMessage) bool + func (r RawContractMessage) MarshalJSON() ([]byte, error) + type Sequence struct + IDKey []byte + Value uint64 + func (*Sequence) Descriptor() ([]byte, []int) + func (*Sequence) ProtoMessage() + func (m *Sequence) GetIDKey() []byte + func (m *Sequence) GetValue() uint64 + func (m *Sequence) Marshal() (dAtA []byte, err error) + func (m *Sequence) MarshalTo(dAtA []byte) (int, error) + func (m *Sequence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Sequence) Reset() + func (m *Sequence) Size() (n int) + func (m *Sequence) String() string + func (m *Sequence) Unmarshal(dAtA []byte) error + func (m *Sequence) XXX_DiscardUnknown() + func (m *Sequence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Sequence) XXX_Merge(src proto.Message) + func (m *Sequence) XXX_Size() int + func (m *Sequence) XXX_Unmarshal(b []byte) error + func (s Sequence) ValidateBasic() error + type StakingKeeper interface + BondDenom func(ctx sdk.Context) (res string) + GetAllDelegatorDelegations func(ctx sdk.Context, delegator sdk.AccAddress) []stakingtypes.Delegation + GetBondedValidatorsByPower func(ctx sdk.Context) []stakingtypes.Validator + GetDelegation func(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) (delegation stakingtypes.Delegation, found bool) + GetValidator func(ctx sdk.Context, addr sdk.ValAddress) (validator stakingtypes.Validator, found bool) + HasReceivingRedelegation func(ctx sdk.Context, delAddr sdk.AccAddress, valDstAddr sdk.ValAddress) bool + type StoreAndInstantiateContractProposal struct + Admin string + Builder string + CodeHash []byte + Description string + Funds github_com_cosmos_cosmos_sdk_types.Coins + InstantiatePermission *AccessConfig + Label string + Msg RawContractMessage + RunAs string + Source string + Title string + UnpinCode bool + WASMByteCode []byte + func NewStoreAndInstantiateContractProposal(title string, description string, runAs string, wasmBz []byte, source string, ...) *StoreAndInstantiateContractProposal + func StoreAndInstantiateContractProposalFixture(mutators ...func(p *StoreAndInstantiateContractProposal)) *StoreAndInstantiateContractProposal + func (*StoreAndInstantiateContractProposal) Descriptor() ([]byte, []int) + func (*StoreAndInstantiateContractProposal) ProtoMessage() + func (m *StoreAndInstantiateContractProposal) Marshal() (dAtA []byte, err error) + func (m *StoreAndInstantiateContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *StoreAndInstantiateContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StoreAndInstantiateContractProposal) Reset() + func (m *StoreAndInstantiateContractProposal) Size() (n int) + func (m *StoreAndInstantiateContractProposal) Unmarshal(dAtA []byte) error + func (m *StoreAndInstantiateContractProposal) XXX_DiscardUnknown() + func (m *StoreAndInstantiateContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoreAndInstantiateContractProposal) XXX_Merge(src proto.Message) + func (m *StoreAndInstantiateContractProposal) XXX_Size() int + func (m *StoreAndInstantiateContractProposal) XXX_Unmarshal(b []byte) error + func (p *StoreAndInstantiateContractProposal) GetTitle() string + func (p StoreAndInstantiateContractProposal) GetDescription() string + func (p StoreAndInstantiateContractProposal) MarshalYAML() (interface{}, error) + func (p StoreAndInstantiateContractProposal) ProposalRoute() string + func (p StoreAndInstantiateContractProposal) ProposalType() string + func (p StoreAndInstantiateContractProposal) String() string + func (p StoreAndInstantiateContractProposal) ValidateBasic() error + func (this *StoreAndInstantiateContractProposal) Equal(that interface{}) bool + type StoreCodeProposal struct + Builder string + CodeHash []byte + Description string + InstantiatePermission *AccessConfig + RunAs string + Source string + Title string + UnpinCode bool + WASMByteCode []byte + func NewStoreCodeProposal(title string, description string, runAs string, wasmBz []byte, ...) *StoreCodeProposal + func StoreCodeProposalFixture(mutators ...func(*StoreCodeProposal)) *StoreCodeProposal + func (*StoreCodeProposal) Descriptor() ([]byte, []int) + func (*StoreCodeProposal) ProtoMessage() + func (m *StoreCodeProposal) Marshal() (dAtA []byte, err error) + func (m *StoreCodeProposal) MarshalTo(dAtA []byte) (int, error) + func (m *StoreCodeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StoreCodeProposal) Reset() + func (m *StoreCodeProposal) Size() (n int) + func (m *StoreCodeProposal) Unmarshal(dAtA []byte) error + func (m *StoreCodeProposal) XXX_DiscardUnknown() + func (m *StoreCodeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoreCodeProposal) XXX_Merge(src proto.Message) + func (m *StoreCodeProposal) XXX_Size() int + func (m *StoreCodeProposal) XXX_Unmarshal(b []byte) error + func (p *StoreCodeProposal) GetTitle() string + func (p StoreCodeProposal) GetDescription() string + func (p StoreCodeProposal) MarshalYAML() (interface{}, error) + func (p StoreCodeProposal) ProposalRoute() string + func (p StoreCodeProposal) ProposalType() string + func (p StoreCodeProposal) String() string + func (p StoreCodeProposal) ValidateBasic() error + func (this *StoreCodeProposal) Equal(that interface{}) bool + type SudoContractProposal struct + Contract string + Description string + Msg RawContractMessage + Title string + func SudoContractProposalFixture(mutators ...func(p *SudoContractProposal)) *SudoContractProposal + func (*SudoContractProposal) Descriptor() ([]byte, []int) + func (*SudoContractProposal) ProtoMessage() + func (m *SudoContractProposal) Marshal() (dAtA []byte, err error) + func (m *SudoContractProposal) MarshalTo(dAtA []byte) (int, error) + func (m *SudoContractProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SudoContractProposal) Reset() + func (m *SudoContractProposal) Size() (n int) + func (m *SudoContractProposal) Unmarshal(dAtA []byte) error + func (m *SudoContractProposal) XXX_DiscardUnknown() + func (m *SudoContractProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SudoContractProposal) XXX_Merge(src proto.Message) + func (m *SudoContractProposal) XXX_Size() int + func (m *SudoContractProposal) XXX_Unmarshal(b []byte) error + func (p *SudoContractProposal) GetTitle() string + func (p SudoContractProposal) GetDescription() string + func (p SudoContractProposal) MarshalYAML() (interface{}, error) + func (p SudoContractProposal) ProposalRoute() string + func (p SudoContractProposal) ProposalType() string + func (p SudoContractProposal) String() string + func (p SudoContractProposal) ValidateBasic() error + func (this *SudoContractProposal) Equal(that interface{}) bool + type UndefinedFilter struct + func (f *UndefinedFilter) Accept(ctx sdk.Context, msg RawContractMessage) (bool, error) + func (f UndefinedFilter) ValidateBasic() error + type UndefinedLimit struct + func (u UndefinedLimit) Accept(ctx sdk.Context, msg AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) + func (u UndefinedLimit) ValidateBasic() error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) ClearAdmin(ctx context.Context, req *MsgClearAdmin) (*MsgClearAdminResponse, error) + func (*UnimplementedMsgServer) ExecuteContract(ctx context.Context, req *MsgExecuteContract) (*MsgExecuteContractResponse, error) + func (*UnimplementedMsgServer) InstantiateContract(ctx context.Context, req *MsgInstantiateContract) (*MsgInstantiateContractResponse, error) + func (*UnimplementedMsgServer) InstantiateContract2(ctx context.Context, req *MsgInstantiateContract2) (*MsgInstantiateContract2Response, error) + func (*UnimplementedMsgServer) MigrateContract(ctx context.Context, req *MsgMigrateContract) (*MsgMigrateContractResponse, error) + func (*UnimplementedMsgServer) StoreCode(ctx context.Context, req *MsgStoreCode) (*MsgStoreCodeResponse, error) + func (*UnimplementedMsgServer) UpdateAdmin(ctx context.Context, req *MsgUpdateAdmin) (*MsgUpdateAdminResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) AllContractState(ctx context.Context, req *QueryAllContractStateRequest) (*QueryAllContractStateResponse, error) + func (*UnimplementedQueryServer) Code(ctx context.Context, req *QueryCodeRequest) (*QueryCodeResponse, error) + func (*UnimplementedQueryServer) Codes(ctx context.Context, req *QueryCodesRequest) (*QueryCodesResponse, error) + func (*UnimplementedQueryServer) ContractHistory(ctx context.Context, req *QueryContractHistoryRequest) (*QueryContractHistoryResponse, error) + func (*UnimplementedQueryServer) ContractInfo(ctx context.Context, req *QueryContractInfoRequest) (*QueryContractInfoResponse, error) + func (*UnimplementedQueryServer) ContractsByCode(ctx context.Context, req *QueryContractsByCodeRequest) (*QueryContractsByCodeResponse, error) + func (*UnimplementedQueryServer) ContractsByCreator(ctx context.Context, req *QueryContractsByCreatorRequest) (*QueryContractsByCreatorResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) PinnedCodes(ctx context.Context, req *QueryPinnedCodesRequest) (*QueryPinnedCodesResponse, error) + func (*UnimplementedQueryServer) RawContractState(ctx context.Context, req *QueryRawContractStateRequest) (*QueryRawContractStateResponse, error) + func (*UnimplementedQueryServer) SmartContractState(ctx context.Context, req *QuerySmartContractStateRequest) (*QuerySmartContractStateResponse, error) + type UnpinCodesProposal struct + CodeIDs []uint64 + Description string + Title string + func (*UnpinCodesProposal) Descriptor() ([]byte, []int) + func (*UnpinCodesProposal) ProtoMessage() + func (m *UnpinCodesProposal) Marshal() (dAtA []byte, err error) + func (m *UnpinCodesProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UnpinCodesProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UnpinCodesProposal) Reset() + func (m *UnpinCodesProposal) Size() (n int) + func (m *UnpinCodesProposal) Unmarshal(dAtA []byte) error + func (m *UnpinCodesProposal) XXX_DiscardUnknown() + func (m *UnpinCodesProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnpinCodesProposal) XXX_Merge(src proto.Message) + func (m *UnpinCodesProposal) XXX_Size() int + func (m *UnpinCodesProposal) XXX_Unmarshal(b []byte) error + func (p *UnpinCodesProposal) GetTitle() string + func (p UnpinCodesProposal) GetDescription() string + func (p UnpinCodesProposal) ProposalRoute() string + func (p UnpinCodesProposal) ProposalType() string + func (p UnpinCodesProposal) String() string + func (p UnpinCodesProposal) ValidateBasic() error + func (this *UnpinCodesProposal) Equal(that interface{}) bool + type UpdateAdminProposal struct + Contract string + Description string + NewAdmin string + Title string + func NewUpdateAdminProposal(title string, description string, newAdmin string, contract string) *UpdateAdminProposal + func UpdateAdminProposalFixture(mutators ...func(p *UpdateAdminProposal)) *UpdateAdminProposal + func (*UpdateAdminProposal) Descriptor() ([]byte, []int) + func (*UpdateAdminProposal) ProtoMessage() + func (m *UpdateAdminProposal) Marshal() (dAtA []byte, err error) + func (m *UpdateAdminProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateAdminProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateAdminProposal) Reset() + func (m *UpdateAdminProposal) Size() (n int) + func (m *UpdateAdminProposal) Unmarshal(dAtA []byte) error + func (m *UpdateAdminProposal) XXX_DiscardUnknown() + func (m *UpdateAdminProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateAdminProposal) XXX_Merge(src proto.Message) + func (m *UpdateAdminProposal) XXX_Size() int + func (m *UpdateAdminProposal) XXX_Unmarshal(b []byte) error + func (p *UpdateAdminProposal) GetTitle() string + func (p UpdateAdminProposal) GetDescription() string + func (p UpdateAdminProposal) ProposalRoute() string + func (p UpdateAdminProposal) ProposalType() string + func (p UpdateAdminProposal) String() string + func (p UpdateAdminProposal) ValidateBasic() error + func (this *UpdateAdminProposal) Equal(that interface{}) bool + type UpdateInstantiateConfigProposal struct + AccessConfigUpdates []AccessConfigUpdate + Description string + Title string + func (*UpdateInstantiateConfigProposal) Descriptor() ([]byte, []int) + func (*UpdateInstantiateConfigProposal) ProtoMessage() + func (m *UpdateInstantiateConfigProposal) Marshal() (dAtA []byte, err error) + func (m *UpdateInstantiateConfigProposal) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateInstantiateConfigProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateInstantiateConfigProposal) Reset() + func (m *UpdateInstantiateConfigProposal) Size() (n int) + func (m *UpdateInstantiateConfigProposal) Unmarshal(dAtA []byte) error + func (m *UpdateInstantiateConfigProposal) XXX_DiscardUnknown() + func (m *UpdateInstantiateConfigProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateInstantiateConfigProposal) XXX_Merge(src proto.Message) + func (m *UpdateInstantiateConfigProposal) XXX_Size() int + func (m *UpdateInstantiateConfigProposal) XXX_Unmarshal(b []byte) error + func (p *UpdateInstantiateConfigProposal) GetTitle() string + func (p UpdateInstantiateConfigProposal) GetDescription() string + func (p UpdateInstantiateConfigProposal) ProposalRoute() string + func (p UpdateInstantiateConfigProposal) ProposalType() string + func (p UpdateInstantiateConfigProposal) String() string + func (p UpdateInstantiateConfigProposal) ValidateBasic() error + func (this *UpdateInstantiateConfigProposal) Equal(that interface{}) bool + type ViewKeeper interface + GetByteCode func(ctx sdk.Context, codeID uint64) ([]byte, error) + GetCodeInfo func(ctx sdk.Context, codeID uint64) *CodeInfo + GetContractHistory func(ctx sdk.Context, contractAddr sdk.AccAddress) []ContractCodeHistoryEntry + GetContractInfo func(ctx sdk.Context, contractAddress sdk.AccAddress) *ContractInfo + GetParams func(ctx sdk.Context) Params + HasContractInfo func(ctx sdk.Context, contractAddress sdk.AccAddress) bool + IsPinnedCode func(ctx sdk.Context, codeID uint64) bool + IterateCodeInfos func(ctx sdk.Context, cb func(uint64, CodeInfo) bool) + IterateContractInfo func(ctx sdk.Context, cb func(sdk.AccAddress, ContractInfo) bool) + IterateContractState func(ctx sdk.Context, contractAddress sdk.AccAddress, ...) + IterateContractsByCode func(ctx sdk.Context, codeID uint64, cb func(address sdk.AccAddress) bool) + IterateContractsByCreator func(ctx sdk.Context, creator sdk.AccAddress, cb func(address sdk.AccAddress) bool) + QueryRaw func(ctx sdk.Context, contractAddress sdk.AccAddress, key []byte) []byte + QuerySmart func(ctx sdk.Context, contractAddr sdk.AccAddress, req []byte) ([]byte, error) + type WasmConfig struct + ContractDebugMode bool + MemoryCacheSize uint32 + SimulationGasLimit *uint64 + SmartQueryGasLimit uint64 + func DefaultWasmConfig() WasmConfig + type WasmerEngine interface + AnalyzeCode func(checksum wasmvm.Checksum) (*wasmvmtypes.AnalysisReport, error) + Cleanup func() + Create func(code wasmvm.WasmCode) (wasmvm.Checksum, error) + Execute func(code wasmvm.Checksum, env wasmvmtypes.Env, info wasmvmtypes.MessageInfo, ...) (*wasmvmtypes.Response, uint64, error) + GetCode func(code wasmvm.Checksum) (wasmvm.WasmCode, error) + GetMetrics func() (*wasmvmtypes.Metrics, error) + IBCChannelClose func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResponse, uint64, error) + IBCChannelConnect func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResponse, uint64, error) + IBCChannelOpen func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBC3ChannelOpenResponse, uint64, error) + IBCPacketAck func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ack wasmvmtypes.IBCPacketAckMsg, ...) (*wasmvmtypes.IBCBasicResponse, uint64, error) + IBCPacketReceive func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCReceiveResult, uint64, error) + IBCPacketTimeout func(checksum wasmvm.Checksum, env wasmvmtypes.Env, ...) (*wasmvmtypes.IBCBasicResponse, uint64, error) + Instantiate func(checksum wasmvm.Checksum, env wasmvmtypes.Env, info wasmvmtypes.MessageInfo, ...) (*wasmvmtypes.Response, uint64, error) + Migrate func(checksum wasmvm.Checksum, env wasmvmtypes.Env, migrateMsg []byte, ...) (*wasmvmtypes.Response, uint64, error) + Pin func(checksum wasmvm.Checksum) error + Query func(code wasmvm.Checksum, env wasmvmtypes.Env, queryMsg []byte, ...) ([]byte, uint64, error) + Reply func(checksum wasmvm.Checksum, env wasmvmtypes.Env, reply wasmvmtypes.Reply, ...) (*wasmvmtypes.Response, uint64, error) + Sudo func(checksum wasmvm.Checksum, env wasmvmtypes.Env, sudoMsg []byte, ...) (*wasmvmtypes.Response, uint64, error) + Unpin func(checksum wasmvm.Checksum) error