Documentation ¶
Index ¶
- Variables
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (this *Params) Equal(that interface{}) bool
- func (m *Params) GetDepositDenom() string
- func (m *Params) GetMaxGlobalVirtualGroupNumPerFamily() uint32
- func (m *Params) GetMaxLocalVirtualGroupNumPerBucket() uint32
- func (m *Params) GetMaxStoreSizePerFamily() uint64
- 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 (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { // deposit_denom defines the staking coin denomination. DepositDenom string `protobuf:"bytes,1,opt,name=deposit_denom,json=depositDenom,proto3" json:"deposit_denom,omitempty"` // store price, in bnb wei per charge byte //nolint GvgStakingPerBytes github_com_cosmos_cosmos_sdk_types.Int `` /* 159-byte string literal not displayed */ // the max number of lvg which allowed in a bucket MaxLocalVirtualGroupNumPerBucket uint32 `` /* 168-byte string literal not displayed */ // the max number of gvg which can exist in a family MaxGlobalVirtualGroupNumPerFamily uint32 `` /* 171-byte string literal not displayed */ // if the store size reach the exceed, the family is not allowed to sever more buckets MaxStoreSizePerFamily uint64 `` /* 131-byte string literal not displayed */ }
Params defines the parameters for the module.
func (*Params) Descriptor ¶
func (*Params) GetDepositDenom ¶
func (*Params) GetMaxGlobalVirtualGroupNumPerFamily ¶
func (*Params) GetMaxLocalVirtualGroupNumPerBucket ¶
func (*Params) GetMaxStoreSizePerFamily ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.