Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLpValueLogic ¶
func NewGetLpValueLogic ¶
func NewGetLpValueLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetLpValueLogic
func (*GetLpValueLogic) GetLPValue ¶
func (l *GetLpValueLogic) GetLPValue(req *types.ReqGetLpValue) (resp *types.LpValue, err error)
type GetPairLogic ¶
func NewGetPairLogic ¶
func NewGetPairLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPairLogic
func (*GetPairLogic) GetPair ¶
func (l *GetPairLogic) GetPair(req *types.ReqGetPair) (resp *types.Pair, err error)
type GetPairsLogic ¶
func NewGetPairsLogic ¶
func NewGetPairsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPairsLogic
type GetSwapAmountLogic ¶
func NewGetSwapAmountLogic ¶
func NewGetSwapAmountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSwapAmountLogic
func (*GetSwapAmountLogic) GetSwapAmount ¶
func (l *GetSwapAmountLogic) GetSwapAmount(req *types.ReqGetSwapAmount) (*types.SwapAmount, error)
Click to show internal directories.
Click to hide internal directories.