Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAccountPendingTxsLogic ¶
func NewGetAccountPendingTxsLogic ¶
func NewGetAccountPendingTxsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAccountPendingTxsLogic
func (*GetAccountPendingTxsLogic) GetAccountPendingTxs ¶
func (l *GetAccountPendingTxsLogic) GetAccountPendingTxs(req *types.ReqGetAccountPendingTxs) (resp *types.Txs, err error)
type GetAccountTxsLogic ¶
func NewGetAccountTxsLogic ¶
func NewGetAccountTxsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAccountTxsLogic
func (*GetAccountTxsLogic) GetAccountTxs ¶
func (l *GetAccountTxsLogic) GetAccountTxs(req *types.ReqGetAccountTxs) (resp *types.Txs, err error)
type GetBlockTxsLogic ¶
func NewGetBlockTxsLogic ¶
func NewGetBlockTxsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBlockTxsLogic
func (*GetBlockTxsLogic) GetBlockTxs ¶
func (l *GetBlockTxsLogic) GetBlockTxs(req *types.ReqGetBlockTxs) (resp *types.Txs, err error)
type GetNextNonceLogic ¶
func NewGetNextNonceLogic ¶
func NewGetNextNonceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNextNonceLogic
func (*GetNextNonceLogic) GetNextNonce ¶
func (l *GetNextNonceLogic) GetNextNonce(req *types.ReqGetNextNonce) (*types.NextNonce, error)
type GetPendingTxsLogic ¶
func NewGetPendingTxsLogic ¶
func NewGetPendingTxsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPendingTxsLogic
func (*GetPendingTxsLogic) GetPendingTxs ¶
func (l *GetPendingTxsLogic) GetPendingTxs(req *types.ReqGetRange) (*types.Txs, error)
type GetTxLogic ¶
func NewGetTxLogic ¶
func NewGetTxLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTxLogic
func (*GetTxLogic) GetTx ¶
func (l *GetTxLogic) GetTx(req *types.ReqGetTx) (resp *types.EnrichedTx, err error)
type GetTxsLogic ¶
func NewGetTxsLogic ¶
func NewGetTxsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTxsLogic
func (*GetTxsLogic) GetTxs ¶
func (l *GetTxsLogic) GetTxs(req *types.ReqGetRange) (resp *types.Txs, err error)
type SendTxLogic ¶
func NewSendTxLogic ¶
func NewSendTxLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendTxLogic
Click to show internal directories.
Click to hide internal directories.