exported

package
v2.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuctionListingI

type AuctionListingI interface {
	GetId() uint64
	GetDenomId() string
	GetNftId() string
	GetStartPrice() sdk.Coin
	GetStartTime() time.Time
	GetIncrementPercentage() sdk.Dec
	GetOwner() sdk.AccAddress
	GetSplitShares() interface{}
	GetStatus() string
}

type BidI

type BidI interface {
	GetAuctionId() uint64
	GetAmount() sdk.Coin
	GetBidder() sdk.AccAddress
}

type ListingI

type ListingI interface {
	GetId() string
	GetDenomId() string
	GetNftId() string
	GetPrice() sdk.Coin
	GetOwner() sdk.AccAddress
	GetSplitShares() interface{}
}

type ParamSet

type ParamSet = paramtypes.ParamSet

type Subspace

type Subspace interface {
	GetParamSet(ctx sdk.Context, ps ParamSet)
}

Subspace defines an interface that implements the legacy x/params Subspace type.

NOTE: This is used solely for migration of x/params managed parameters.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL