Documentation ¶
Index ¶
- Constants
- func NewQuerier(k Keeper) sdk.Querier
- func ParamKeyTable() params.KeyTable
- type CIPALCount
- type Keeper
- func (k Keeper) Codespace() sdk.CodespaceType
- func (k Keeper) GetCIPALObject(ctx sdk.Context, userAddress string) (obj types.CIPALObject, found bool)
- func (k Keeper) GetCIPALObjectCount(ctx sdk.Context) (count int)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) SetCIPALObject(ctx sdk.Context, obj types.CIPALObject)
Constants ¶
View Source
const (
DefaultParamspace = types.ModuleName
)
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
func ParamKeyTable ¶
Types ¶
type CIPALCount ¶ added in v1.0.12
type CIPALCount struct {
Count int `json:"count" yaml:"count"`
}
func NewCIPALCount ¶ added in v1.0.12
func NewCIPALCount(c int) CIPALCount
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) Codespace ¶
func (k Keeper) Codespace() sdk.CodespaceType
func (Keeper) GetCIPALObject ¶ added in v1.0.11
func (Keeper) GetCIPALObjectCount ¶ added in v1.0.12
get the set of all cipal object with no limits
func (Keeper) SetCIPALObject ¶ added in v1.0.11
func (k Keeper) SetCIPALObject(ctx sdk.Context, obj types.CIPALObject)
Click to show internal directories.
Click to hide internal directories.