Documentation
¶
Index ¶
- Constants
- func AccountStoreKey(addr cTypes.AccAddress) []byte
- func NewQuerier(k Keeper) cTypes.Querier
- type Keeper
- func (k Keeper) GetAccountReputation(ctx cTypes.Context, addr cTypes.AccAddress) reputationTypes.AccountReputation
- func (k Keeper) GetBaseReputationDetails(ctx cTypes.Context, addr cTypes.AccAddress) (cTypes.AccAddress, reputationTypes.TransactionFeedback, ...)
- func (k Keeper) SetAccountReputation(ctx cTypes.Context, accountReputation reputationTypes.AccountReputation)
- func (k Keeper) SetBuyerExecuteOrderNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetBuyerExecuteOrderPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetChangeBuyerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetChangeBuyerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetChangeSellerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetChangeSellerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetConfirmBuyerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetConfirmBuyerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetConfirmSellerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetConfirmSellerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetFeedback(ctx cTypes.Context, addr cTypes.AccAddress, ...) cTypes.Error
- func (k Keeper) SetIBCIssueAssetsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetIBCIssueAssetsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetIBCIssueFiatsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetIBCIssueFiatsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetNegotiationNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetNegotiationPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetSellerExecuteOrderNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetSellerExecuteOrderPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetSendAssetsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetSendAssetsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetSendFiatsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
- func (k Keeper) SetSendFiatsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
Constants ¶
View Source
const (
QueryReputation = "reputationQuery"
)
Variables ¶
This section is empty.
Functions ¶
func AccountStoreKey ¶
func AccountStoreKey(addr cTypes.AccAddress) []byte
func NewQuerier ¶
Types ¶
type Keeper ¶
func (Keeper) GetAccountReputation ¶
func (k Keeper) GetAccountReputation(ctx cTypes.Context, addr cTypes.AccAddress) reputationTypes.AccountReputation
func (Keeper) GetBaseReputationDetails ¶
func (k Keeper) GetBaseReputationDetails(ctx cTypes.Context, addr cTypes.AccAddress) (cTypes.AccAddress, reputationTypes.TransactionFeedback, reputationTypes.TraderFeedbackHistory, int64)
func (Keeper) SetAccountReputation ¶
func (k Keeper) SetAccountReputation(ctx cTypes.Context, accountReputation reputationTypes.AccountReputation)
func (Keeper) SetBuyerExecuteOrderNegativeTx ¶
func (k Keeper) SetBuyerExecuteOrderNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetBuyerExecuteOrderPositiveTx ¶
func (k Keeper) SetBuyerExecuteOrderPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetChangeBuyerBidNegativeTx ¶
func (k Keeper) SetChangeBuyerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
SetChangeBuyerBidNegativeTx : increases count by 1
func (Keeper) SetChangeBuyerBidPositiveTx ¶
func (k Keeper) SetChangeBuyerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetChangeSellerBidNegativeTx ¶
func (k Keeper) SetChangeSellerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetChangeSellerBidPositiveTx ¶
func (k Keeper) SetChangeSellerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetConfirmBuyerBidNegativeTx ¶
func (k Keeper) SetConfirmBuyerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetConfirmBuyerBidPositiveTx ¶
func (k Keeper) SetConfirmBuyerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetConfirmSellerBidNegativeTx ¶
func (k Keeper) SetConfirmSellerBidNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetConfirmSellerBidPositiveTx ¶
func (k Keeper) SetConfirmSellerBidPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetFeedback ¶
func (k Keeper) SetFeedback(ctx cTypes.Context, addr cTypes.AccAddress, traderFeedback reputationTypes.TraderFeedback) cTypes.Error
func (Keeper) SetIBCIssueAssetsNegativeTx ¶
func (k Keeper) SetIBCIssueAssetsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetIBCIssueAssetsPositiveTx ¶
func (k Keeper) SetIBCIssueAssetsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetIBCIssueFiatsNegativeTx ¶
func (k Keeper) SetIBCIssueFiatsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetIBCIssueFiatsPositiveTx ¶
func (k Keeper) SetIBCIssueFiatsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetNegotiationNegativeTx ¶
func (k Keeper) SetNegotiationNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetNegotiationPositiveTx ¶
func (k Keeper) SetNegotiationPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetSellerExecuteOrderNegativeTx ¶
func (k Keeper) SetSellerExecuteOrderNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetSellerExecuteOrderPositiveTx ¶
func (k Keeper) SetSellerExecuteOrderPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetSendAssetsNegativeTx ¶
func (k Keeper) SetSendAssetsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetSendAssetsPositiveTx ¶
func (k Keeper) SetSendAssetsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetSendFiatsNegativeTx ¶
func (k Keeper) SetSendFiatsNegativeTx(ctx cTypes.Context, addr cTypes.AccAddress)
func (Keeper) SetSendFiatsPositiveTx ¶
func (k Keeper) SetSendFiatsPositiveTx(ctx cTypes.Context, addr cTypes.AccAddress)
Click to show internal directories.
Click to hide internal directories.