Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2024 Changes in this version + var AccessType_name = map[int32]string + var AccessType_value = map[string]int32 + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + type AccessConfig struct + Address string + Addresses []string + Permission AccessType + func (*AccessConfig) Descriptor() ([]byte, []int) + func (*AccessConfig) ProtoMessage() + func (m *AccessConfig) Equal(that interface{}) bool + 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 + type AccessType int32 + const AccessTypeAnyOfAddresses + const AccessTypeEverybody + const AccessTypeNobody + const AccessTypeOnlyAddress + const AccessTypeUnspecified + func (AccessType) EnumDescriptor() ([]byte, []int) + type AccessTypeParam struct + Value AccessType + func (*AccessTypeParam) Descriptor() ([]byte, []int) + func (*AccessTypeParam) ProtoMessage() + func (m *AccessTypeParam) Equal(that interface{}) bool + 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 + type CodeInfo struct + CodeHash []byte + Creator string + InstantiateConfig AccessConfig + func (*CodeInfo) Descriptor() ([]byte, []int) + func (*CodeInfo) ProtoMessage() + func (m *CodeInfo) Equal(that interface{}) bool + 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 + type Migrator struct + func NewMigrator(k wasmKeeper, fn StoreCodeInfoFn) Migrator + func (m Migrator) Migrate3to4(ctx sdk.Context, storeService corestoretypes.KVStoreService, ...) error + type Params struct + CodeUploadAccess AccessConfig + InstantiateDefaultPermission AccessType + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) Equal(that interface{}) bool + 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) String() string + type StoreCodeInfoFn func(ctx context.Context, codeID uint64, codeInfo types.CodeInfo)