Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) Collection(ctx context.Context, r *types.QueryGetCollectionRequest) (*types.QueryGetCollectionResponse, error)
- func (k Keeper) CollectionAll(ctx context.Context, r *types.QueryAllCollectionRequest) (*types.QueryAllCollectionResponse, error)
- func (k Keeper) CollectionByCollectionData(c context.Context, req *types.QueryGetCollectionByCollectionDataRequest) (*types.QueryGetCollectionByCollectionDataResponse, error)
- func (k Keeper) CollectionData(ctx context.Context, r *types.QueryGetCollectionDataRequest) (*types.QueryGetCollectionDataResponse, error)
- func (k Keeper) CollectionDataAll(ctx context.Context, r *types.QueryAllCollectionDataRequest) (*types.QueryAllCollectionDataResponse, error)
- func (k Keeper) CollectionDataByCollectionForChain(c context.Context, ...) (*types.QueryGetCollectionDataByCollectionForChainResponse, error)
- func (k Keeper) GetAllCollectionData(ctx sdk.Context) (list []types.CollectionData)
- func (k Keeper) GetAllCollections(ctx sdk.Context) (list []types.Collection)
- func (k Keeper) GetAllItem(ctx sdk.Context) (list []types.Item)
- func (k Keeper) GetAllOnChainItem(ctx sdk.Context) (list []types.OnChainItem)
- func (k Keeper) GetAllSeed(ctx sdk.Context) (list []types.Seed)
- func (k Keeper) GetCollection(ctx sdk.Context, index string) (val types.Collection, found bool)
- func (k Keeper) GetCollectionData(ctx sdk.Context, index *types.CollectionDataIndex) (val types.CollectionData, found bool)
- func (k Keeper) GetItem(ctx sdk.Context, index string) (val types.Item, found bool)
- func (k Keeper) GetNetwork(ctx sdk.Context, name string) (param types.Network, ok bool)
- func (k Keeper) GetOnChainItem(ctx sdk.Context, index *types.OnChainItemIndex) (val types.OnChainItem, found bool)
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) GetSeed(ctx sdk.Context, seed string) (val types.Seed, found bool)
- func (k Keeper) HandleAddCollectionDataProposal(ctx sdk.Context, proposal *types.AddCollectionDataProposal) error
- func (k Keeper) HandleAddFeeTokenProposal(ctx sdk.Context, proposal *types.AddFeeTokenProposal) error
- func (k Keeper) HandleAddNetworkProposal(ctx sdk.Context, proposal *types.AddNetworkProposal) error
- func (k Keeper) HandleCreateCollectionProposal(ctx sdk.Context, proposal *types.CreateCollectionProposal) error
- func (k Keeper) HandleRemoveCollectionDataProposal(ctx sdk.Context, proposal *types.RemoveCollectionDataProposal) error
- func (k Keeper) HandleRemoveCollectionProposal(ctx sdk.Context, proposal *types.RemoveCollectionProposal) error
- func (k Keeper) HandleRemoveFeeTokenProposal(ctx sdk.Context, proposal *types.RemoveFeeTokenProposal) error
- func (k Keeper) HandleRemoveNetworkProposal(ctx sdk.Context, proposal *types.RemoveNetworkProposal) error
- func (k Keeper) HandleRemoveTokenItemProposal(ctx sdk.Context, proposal *types.RemoveTokenItemProposal) error
- func (k Keeper) HandleUpdateCollectionDataProposal(ctx sdk.Context, proposal *types.UpdateCollectionDataProposal) error
- func (k Keeper) HandleUpdateFeeTokenProposal(ctx sdk.Context, proposal *types.UpdateFeeTokenProposal) error
- func (k Keeper) HandleUpdateTokenItemProposal(ctx sdk.Context, proposal *types.UpdateTokenItemProposal) error
- func (k Keeper) HandleUpgradeContractProposal(ctx sdk.Context, proposal *types.UpgradeContractProposal) error
- func (k Keeper) HandleWithdrawFeeProposal(ctx sdk.Context, proposal *types.WithdrawFeeProposal) error
- func (k Keeper) Item(c context.Context, req *types.QueryGetItemRequest) (*types.QueryGetItemResponse, error)
- func (k Keeper) ItemAll(c context.Context, req *types.QueryAllItemRequest) (*types.QueryAllItemResponse, error)
- func (k Keeper) ItemByOnChainItem(c context.Context, req *types.QueryGetItemByOnChainItemRequest) (*types.QueryGetItemByOnChainItemResponse, error)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) NativeCollectionData(c context.Context, req *types.QueryGetNativeCollectionDataRequest) (*types.QueryGetNativeCollectionDataResponse, error)
- func (k Keeper) NetworkParams(c context.Context, req *types.QueryNetworkParamsRequest) (*types.QueryNetworkParamsResponse, error)
- func (k Keeper) OnChainItem(c context.Context, req *types.QueryGetOnChainItemRequest) (*types.QueryGetOnChainItemResponse, error)
- func (k Keeper) OnChainItemAll(c context.Context, req *types.QueryAllOnChainItemRequest) (*types.QueryAllOnChainItemResponse, error)
- func (k Keeper) OnChainItemByItemForChain(c context.Context, req *types.QueryGetOnChainItemByItemForChainRequest) (*types.QueryGetOnChainItemByItemForChainResponse, error)
- func (k Keeper) OnChainItemByOther(c context.Context, req *types.QueryGetOnChainItemByOtherRequest) (*types.QueryGetOnChainItemByOtherResponse, error)
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) RemoveCollection(ctx sdk.Context, index string)
- func (k Keeper) RemoveCollectionData(ctx sdk.Context, index *types.CollectionDataIndex)
- func (k Keeper) RemoveItem(ctx sdk.Context, index string)
- func (k Keeper) RemoveNetwork(ctx sdk.Context, chain string)
- func (k Keeper) RemoveOnChainItem(ctx sdk.Context, index *types.OnChainItemIndex)
- func (k Keeper) RemoveSeed(ctx sdk.Context, seed string)
- func (k Keeper) Seed(c context.Context, req *types.QueryGetSeedRequest) (*types.QueryGetSeedResponse, error)
- func (k Keeper) SeedAll(c context.Context, req *types.QueryAllSeedRequest) (*types.QueryAllSeedResponse, error)
- func (k Keeper) SetCollection(ctx sdk.Context, collection types.Collection)
- func (k Keeper) SetCollectionData(ctx sdk.Context, data types.CollectionData)
- func (k Keeper) SetItem(ctx sdk.Context, item types.Item)
- func (k Keeper) SetNetwork(ctx sdk.Context, network types.Network)
- func (k Keeper) SetOnChainItem(ctx sdk.Context, item types.OnChainItem)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k *Keeper) SetRarimoCore(rarimo types.RarimocoreKeeper)
- func (k Keeper) SetSeed(ctx sdk.Context, seed types.Seed)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey, memKey storetypes.StoreKey, rarimo types.RarimocoreKeeper, ) *Keeper
func (Keeper) Collection ¶
func (k Keeper) Collection(ctx context.Context, r *types.QueryGetCollectionRequest) (*types.QueryGetCollectionResponse, error)
func (Keeper) CollectionAll ¶
func (k Keeper) CollectionAll(ctx context.Context, r *types.QueryAllCollectionRequest) (*types.QueryAllCollectionResponse, error)
func (Keeper) CollectionByCollectionData ¶
func (k Keeper) CollectionByCollectionData(c context.Context, req *types.QueryGetCollectionByCollectionDataRequest) (*types.QueryGetCollectionByCollectionDataResponse, error)
func (Keeper) CollectionData ¶
func (k Keeper) CollectionData(ctx context.Context, r *types.QueryGetCollectionDataRequest) (*types.QueryGetCollectionDataResponse, error)
func (Keeper) CollectionDataAll ¶
func (k Keeper) CollectionDataAll(ctx context.Context, r *types.QueryAllCollectionDataRequest) (*types.QueryAllCollectionDataResponse, error)
func (Keeper) CollectionDataByCollectionForChain ¶
func (k Keeper) CollectionDataByCollectionForChain(c context.Context, req *types.QueryGetCollectionDataByCollectionForChainRequest) (*types.QueryGetCollectionDataByCollectionForChainResponse, error)
func (Keeper) GetAllCollectionData ¶
func (k Keeper) GetAllCollectionData(ctx sdk.Context) (list []types.CollectionData)
func (Keeper) GetAllCollections ¶
func (k Keeper) GetAllCollections(ctx sdk.Context) (list []types.Collection)
func (Keeper) GetAllItem ¶
GetAllItem returns all item
func (Keeper) GetAllOnChainItem ¶
func (k Keeper) GetAllOnChainItem(ctx sdk.Context) (list []types.OnChainItem)
GetAllOnChainItem returns all item
func (Keeper) GetCollection ¶
func (Keeper) GetCollectionData ¶
func (k Keeper) GetCollectionData(ctx sdk.Context, index *types.CollectionDataIndex) (val types.CollectionData, found bool)
func (Keeper) GetNetwork ¶
func (Keeper) GetOnChainItem ¶
func (k Keeper) GetOnChainItem(ctx sdk.Context, index *types.OnChainItemIndex) (val types.OnChainItem, found bool)
func (Keeper) HandleAddCollectionDataProposal ¶
func (Keeper) HandleAddFeeTokenProposal ¶
func (Keeper) HandleAddNetworkProposal ¶
func (Keeper) HandleCreateCollectionProposal ¶
func (Keeper) HandleRemoveCollectionDataProposal ¶
func (Keeper) HandleRemoveCollectionProposal ¶
func (Keeper) HandleRemoveFeeTokenProposal ¶
func (Keeper) HandleRemoveNetworkProposal ¶
func (Keeper) HandleRemoveTokenItemProposal ¶
func (Keeper) HandleUpdateCollectionDataProposal ¶
func (Keeper) HandleUpdateFeeTokenProposal ¶
func (Keeper) HandleUpdateTokenItemProposal ¶
func (Keeper) HandleUpgradeContractProposal ¶
func (Keeper) HandleWithdrawFeeProposal ¶
func (Keeper) Item ¶
func (k Keeper) Item(c context.Context, req *types.QueryGetItemRequest) (*types.QueryGetItemResponse, error)
func (Keeper) ItemAll ¶
func (k Keeper) ItemAll(c context.Context, req *types.QueryAllItemRequest) (*types.QueryAllItemResponse, error)
func (Keeper) ItemByOnChainItem ¶
func (k Keeper) ItemByOnChainItem(c context.Context, req *types.QueryGetItemByOnChainItemRequest) (*types.QueryGetItemByOnChainItemResponse, error)
func (Keeper) NativeCollectionData ¶
func (k Keeper) NativeCollectionData(c context.Context, req *types.QueryGetNativeCollectionDataRequest) (*types.QueryGetNativeCollectionDataResponse, error)
func (Keeper) NetworkParams ¶
func (k Keeper) NetworkParams(c context.Context, req *types.QueryNetworkParamsRequest) (*types.QueryNetworkParamsResponse, error)
func (Keeper) OnChainItem ¶
func (k Keeper) OnChainItem(c context.Context, req *types.QueryGetOnChainItemRequest) (*types.QueryGetOnChainItemResponse, error)
func (Keeper) OnChainItemAll ¶
func (k Keeper) OnChainItemAll(c context.Context, req *types.QueryAllOnChainItemRequest) (*types.QueryAllOnChainItemResponse, error)
func (Keeper) OnChainItemByItemForChain ¶
func (k Keeper) OnChainItemByItemForChain(c context.Context, req *types.QueryGetOnChainItemByItemForChainRequest) (*types.QueryGetOnChainItemByItemForChainResponse, error)
func (Keeper) OnChainItemByOther ¶
func (k Keeper) OnChainItemByOther(c context.Context, req *types.QueryGetOnChainItemByOtherRequest) (*types.QueryGetOnChainItemByOtherResponse, error)
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) RemoveCollectionData ¶
func (k Keeper) RemoveCollectionData(ctx sdk.Context, index *types.CollectionDataIndex)
func (Keeper) RemoveItem ¶
RemoveItem removes an item from the store
func (Keeper) RemoveOnChainItem ¶
func (k Keeper) RemoveOnChainItem(ctx sdk.Context, index *types.OnChainItemIndex)
RemoveOnChainItem removes an item from the store
func (Keeper) Seed ¶
func (k Keeper) Seed(c context.Context, req *types.QueryGetSeedRequest) (*types.QueryGetSeedResponse, error)
func (Keeper) SeedAll ¶
func (k Keeper) SeedAll(c context.Context, req *types.QueryAllSeedRequest) (*types.QueryAllSeedResponse, error)
func (Keeper) SetCollection ¶
func (k Keeper) SetCollection(ctx sdk.Context, collection types.Collection)
func (Keeper) SetCollectionData ¶
func (k Keeper) SetCollectionData(ctx sdk.Context, data types.CollectionData)
func (Keeper) SetOnChainItem ¶
func (k Keeper) SetOnChainItem(ctx sdk.Context, item types.OnChainItem)
func (*Keeper) SetRarimoCore ¶
func (k *Keeper) SetRarimoCore(rarimo types.RarimocoreKeeper)
Click to show internal directories.
Click to hide internal directories.