Documentation ¶
Index ¶
- Variables
- type SetReactionsParamsJSON
- func (*SetReactionsParamsJSON) Descriptor() ([]byte, []int)
- func (m *SetReactionsParamsJSON) GetFreeTextParams() types.FreeTextValueParams
- func (m *SetReactionsParamsJSON) GetRegisteredReactionParams() types.RegisteredReactionValueParams
- func (m *SetReactionsParamsJSON) Marshal() (dAtA []byte, err error)
- func (m *SetReactionsParamsJSON) MarshalTo(dAtA []byte) (int, error)
- func (m *SetReactionsParamsJSON) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SetReactionsParamsJSON) ProtoMessage()
- func (m *SetReactionsParamsJSON) Reset()
- func (m *SetReactionsParamsJSON) Size() (n int)
- func (m *SetReactionsParamsJSON) String() string
- func (m *SetReactionsParamsJSON) Unmarshal(dAtA []byte) error
- func (m *SetReactionsParamsJSON) XXX_DiscardUnknown()
- func (m *SetReactionsParamsJSON) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetReactionsParamsJSON) XXX_Merge(src proto.Message)
- func (m *SetReactionsParamsJSON) XXX_Size() int
- func (m *SetReactionsParamsJSON) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type SetReactionsParamsJSON ¶
type SetReactionsParamsJSON struct { // Params related to RegisteredReactionValue reactions RegisteredReactionParams types.RegisteredReactionValueParams `protobuf:"bytes,1,opt,name=registered_reaction_params,json=registeredReactionParams,proto3" json:"registered_reaction_params"` // Params related to FreeTextValue reactions FreeTextParams types.FreeTextValueParams `protobuf:"bytes,2,opt,name=free_text_params,json=freeTextParams,proto3" json:"free_text_params"` }
SetReactionsParamsJSON contains the data that can be specified when setting a subspace reactions params using the CLI command
func ParseSetReactionsParamsJSON ¶
func ParseSetReactionsParamsJSON(cdc codec.Codec, dataFile string) (SetReactionsParamsJSON, error)
ParseSetReactionsParamsJSON reads and parses a SetReactionsParamsJSON from file.
func (*SetReactionsParamsJSON) Descriptor ¶
func (*SetReactionsParamsJSON) Descriptor() ([]byte, []int)
func (*SetReactionsParamsJSON) GetFreeTextParams ¶
func (m *SetReactionsParamsJSON) GetFreeTextParams() types.FreeTextValueParams
func (*SetReactionsParamsJSON) GetRegisteredReactionParams ¶
func (m *SetReactionsParamsJSON) GetRegisteredReactionParams() types.RegisteredReactionValueParams
func (*SetReactionsParamsJSON) Marshal ¶
func (m *SetReactionsParamsJSON) Marshal() (dAtA []byte, err error)
func (*SetReactionsParamsJSON) MarshalTo ¶
func (m *SetReactionsParamsJSON) MarshalTo(dAtA []byte) (int, error)
func (*SetReactionsParamsJSON) MarshalToSizedBuffer ¶
func (m *SetReactionsParamsJSON) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SetReactionsParamsJSON) ProtoMessage ¶
func (*SetReactionsParamsJSON) ProtoMessage()
func (*SetReactionsParamsJSON) Reset ¶
func (m *SetReactionsParamsJSON) Reset()
func (*SetReactionsParamsJSON) Size ¶
func (m *SetReactionsParamsJSON) Size() (n int)
func (*SetReactionsParamsJSON) String ¶
func (m *SetReactionsParamsJSON) String() string
func (*SetReactionsParamsJSON) Unmarshal ¶
func (m *SetReactionsParamsJSON) Unmarshal(dAtA []byte) error
func (*SetReactionsParamsJSON) XXX_DiscardUnknown ¶
func (m *SetReactionsParamsJSON) XXX_DiscardUnknown()
func (*SetReactionsParamsJSON) XXX_Marshal ¶
func (m *SetReactionsParamsJSON) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetReactionsParamsJSON) XXX_Merge ¶
func (m *SetReactionsParamsJSON) XXX_Merge(src proto.Message)
func (*SetReactionsParamsJSON) XXX_Size ¶
func (m *SetReactionsParamsJSON) XXX_Size() int
func (*SetReactionsParamsJSON) XXX_Unmarshal ¶
func (m *SetReactionsParamsJSON) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.