Documentation ¶
Index ¶
- type Listing
- type Market
- func (m *Market) AllListedTokens(ctx context.Context, collectionIds []string) ([]Listing, error)
- func (m *Market) ListedTokensByUser(ctx context.Context, address cosmos.AccAddress) ([]string, error)
- func (m *Market) NewCancelTokenListingMessage(sender cosmos.AccAddress, tokenId string) (cosmos.Msg, error)
- func (m *Market) NewListTokenMessage(sender cosmos.AccAddress, tokenId string, AskToken terra.NativeToken, ...) (cosmos.Msg, error)
- func (m *Market) TokensByUser(ctx context.Context, address cosmos.AccAddress) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Market ¶
func (*Market) AllListedTokens ¶
func (*Market) ListedTokensByUser ¶
func (*Market) NewCancelTokenListingMessage ¶
func (*Market) NewListTokenMessage ¶
func (*Market) TokensByUser ¶
Click to show internal directories.
Click to hide internal directories.