Documentation
¶
Index ¶
- Constants
- func NewQuerier(keeper Keeper) sdk.Querier
- type Keeper
- func (k Keeper) DeleteBooking(ctx sdk.Context, bookID string)
- func (k Keeper) GetAsset(ctx sdk.Context, uuid string) asset.Asset
- func (k Keeper) GetBooking(ctx sdk.Context, bookID string) types.Booking
- func (k Keeper) GetBookingsIterator(ctx sdk.Context) sdk.Iterator
- func (k Keeper) IsBookingPresent(ctx sdk.Context, bookID string) bool
- func (k Keeper) IterateBookings(ctx sdk.Context, cb func(b types.Booking) bool)
- func (k Keeper) SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error
- func (k Keeper) SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error
- func (k Keeper) SetAssetStatus(ctx sdk.Context, uuid string, status bool)
- func (k Keeper) SetBooking(ctx sdk.Context, bookID string, b types.Booking)
- func (k Keeper) SetBookingCompleted(ctx sdk.Context, bookID string)
Constants ¶
View Source
const QueryBooking = "booking"
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) GetBookingsIterator ¶
func (Keeper) IsBookingPresent ¶
func (Keeper) IterateBookings ¶
func (Keeper) SendCoinsFromAccountToModule ¶
func (Keeper) SendCoinsFromModuleToAccount ¶
func (Keeper) SetAssetStatus ¶
func (Keeper) SetBooking ¶
Click to show internal directories.
Click to hide internal directories.