Versions in this module Expand all Collapse all v0 v0.3.0 Nov 28, 2024 Changes in this version + var AccessType_name = map[int32]string + var AccessType_value = map[string]int32 + var AllAccessTypes = []AccessType + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshalling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var ParamStoreKeyInstantiateAccess = []byte("instantiateAccess") + var ParamStoreKeyUploadAccess = []byte("uploadAccess") + func MigrateStore(ctx sdk.Context, storeService corestoretypes.KVStoreService, ...) error + func ParamKeyTable() paramtypes.KeyTable + type AccessConfig struct + Address string + Addresses []string + Permission AccessType + func (*AccessConfig) Descriptor() ([]byte, []int) + func (*AccessConfig) ProtoMessage() + func (a AccessConfig) Equals(o AccessConfig) bool + func (a AccessConfig) ValidateBasic() error + 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) + 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) MarshalText() ([]byte, error) + func (a AccessType) String() string + 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 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) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) String() string