Documentation ¶
Index ¶
- Constants
- func NewMsgServerImpl(k Keeper) types.MsgServer
- func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
- type Keeper
- func (k Keeper) GetMinterContract(ctx sdk.Context, minterDid iidtypes.DIDFragment, contractAddress string) (types.TokenMinter, error)
- func (k Keeper) GetMinterContracts(ctx sdk.Context, minterDid string) []*types.TokenMinter
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) GetTokenDocIterator(ctx sdk.Context) sdk.Iterator
- func (k Keeper) SetMinter(ctx sdk.Context, value types.TokenMinter) error
- func (k Keeper) SetParams(ctx sdk.Context, params *types.Params)
- func (k Keeper) TokenConfig(c context.Context, req *types.QueryTokenConfigRequest) (*types.QueryTokenConfigResponse, error)
- func (k Keeper) TokenDoc(c context.Context, req *types.QueryTokenDocRequest) (*types.QueryTokenDocResponse, error)
- func (k Keeper) TokenExists(ctx sdk.Context, tokenDid string) bool
- func (k Keeper) TokenList(c context.Context, req *types.QueryTokenListRequest) (*types.QueryTokenListResponse, error)
- func (k Keeper) TransferToken(ctx sdk.Context, msg *types.MsgTransferToken) (*types.MsgTransferTokenResponse, error)
Constants ¶
View Source
const (
QueryTokenDoc = "queryTokenDoc"
)
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the project MsgServer interface for the provided Keeper.
func NewQuerier ¶
func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
Types ¶
type Keeper ¶
type Keeper struct { IidKeeper iidkeeper.Keeper WasmKeeper wasmtypes.ContractOpsKeeper AccountKeeper authkeeper.AccountKeeper AuthzKeeper authzkeeper.Keeper ParamSpace paramstypes.Subspace // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, key sdk.StoreKey, iidKeeper iidkeeper.Keeper, wasmKeeper wasmkeeper.Keeper, accountKeeper authkeeper.AccountKeeper, authzKeeper authzkeeper.Keeper, paramSpace paramstypes.Subspace) Keeper
func (Keeper) GetMinterContract ¶
func (k Keeper) GetMinterContract(ctx sdk.Context, minterDid iidtypes.DIDFragment, contractAddress string) (types.TokenMinter, error)
func (Keeper) GetMinterContracts ¶
func (Keeper) GetTokenDocIterator ¶
func (Keeper) TokenConfig ¶
func (k Keeper) TokenConfig(c context.Context, req *types.QueryTokenConfigRequest) (*types.QueryTokenConfigResponse, error)
func (Keeper) TokenDoc ¶
func (k Keeper) TokenDoc(c context.Context, req *types.QueryTokenDocRequest) (*types.QueryTokenDocResponse, error)
func (Keeper) TokenList ¶
func (k Keeper) TokenList(c context.Context, req *types.QueryTokenListRequest) (*types.QueryTokenListResponse, error)
func (Keeper) TransferToken ¶
func (k Keeper) TransferToken(ctx sdk.Context, msg *types.MsgTransferToken) (*types.MsgTransferTokenResponse, error)
Click to show internal directories.
Click to hide internal directories.