Documentation ¶
Index ¶
- type CirclePaymentToSubmitterEventHandler
- type CirclePaymentToSubmitterEventHandlerOptions
- type PatchAnchorPlatformTransactionCompletionEventHandler
- func (h *PatchAnchorPlatformTransactionCompletionEventHandler) CanHandleMessage(ctx context.Context, message *events.Message) bool
- func (h *PatchAnchorPlatformTransactionCompletionEventHandler) Handle(ctx context.Context, message *events.Message) error
- func (h *PatchAnchorPlatformTransactionCompletionEventHandler) Name() string
- type PatchAnchorPlatformTransactionCompletionEventHandlerOptions
- type PaymentFromSubmitterEventHandler
- type PaymentFromSubmitterEventHandlerOptions
- type SendReceiverWalletsInvitationEventHandler
- type SendReceiverWalletsInvitationEventHandlerOptions
- type StellarPaymentToSubmitterEventHandler
- type StellarPaymentToSubmitterEventHandlerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CirclePaymentToSubmitterEventHandler ¶
type CirclePaymentToSubmitterEventHandler struct {
// contains filtered or unexported fields
}
func NewCirclePaymentToSubmitterEventHandler ¶
func NewCirclePaymentToSubmitterEventHandler(opts CirclePaymentToSubmitterEventHandlerOptions) *CirclePaymentToSubmitterEventHandler
func (*CirclePaymentToSubmitterEventHandler) CanHandleMessage ¶
func (*CirclePaymentToSubmitterEventHandler) Name ¶
func (h *CirclePaymentToSubmitterEventHandler) Name() string
type CirclePaymentToSubmitterEventHandlerOptions ¶
type CirclePaymentToSubmitterEventHandlerOptions struct { AdminDBConnectionPool db.DBConnectionPool MtnDBConnectionPool db.DBConnectionPool DistAccountResolver signing.DistributionAccountResolver CircleService circle.ServiceInterface }
type PatchAnchorPlatformTransactionCompletionEventHandler ¶
type PatchAnchorPlatformTransactionCompletionEventHandler struct {
// contains filtered or unexported fields
}
func NewPatchAnchorPlatformTransactionCompletionEventHandler ¶
func NewPatchAnchorPlatformTransactionCompletionEventHandler(options PatchAnchorPlatformTransactionCompletionEventHandlerOptions) *PatchAnchorPlatformTransactionCompletionEventHandler
func (*PatchAnchorPlatformTransactionCompletionEventHandler) CanHandleMessage ¶
func (*PatchAnchorPlatformTransactionCompletionEventHandler) Name ¶
func (h *PatchAnchorPlatformTransactionCompletionEventHandler) Name() string
type PatchAnchorPlatformTransactionCompletionEventHandlerOptions ¶
type PatchAnchorPlatformTransactionCompletionEventHandlerOptions struct { AdminDBConnectionPool db.DBConnectionPool MtnDBConnectionPool db.DBConnectionPool APapiSvc anchorplatform.AnchorPlatformAPIServiceInterface }
type PaymentFromSubmitterEventHandler ¶
type PaymentFromSubmitterEventHandler struct {
// contains filtered or unexported fields
}
func NewPaymentFromSubmitterEventHandler ¶
func NewPaymentFromSubmitterEventHandler(options PaymentFromSubmitterEventHandlerOptions) *PaymentFromSubmitterEventHandler
func (*PaymentFromSubmitterEventHandler) CanHandleMessage ¶
func (*PaymentFromSubmitterEventHandler) Name ¶
func (h *PaymentFromSubmitterEventHandler) Name() string
type PaymentFromSubmitterEventHandlerOptions ¶
type PaymentFromSubmitterEventHandlerOptions struct { AdminDBConnectionPool db.DBConnectionPool MtnDBConnectionPool db.DBConnectionPool TSSDBConnectionPool db.DBConnectionPool }
type SendReceiverWalletsInvitationEventHandler ¶
type SendReceiverWalletsInvitationEventHandler struct {
// contains filtered or unexported fields
}
func NewSendReceiverWalletsInvitationEventHandler ¶
func NewSendReceiverWalletsInvitationEventHandler(options SendReceiverWalletsInvitationEventHandlerOptions) *SendReceiverWalletsInvitationEventHandler
func (*SendReceiverWalletsInvitationEventHandler) CanHandleMessage ¶
func (*SendReceiverWalletsInvitationEventHandler) Name ¶
func (h *SendReceiverWalletsInvitationEventHandler) Name() string
type SendReceiverWalletsInvitationEventHandlerOptions ¶
type SendReceiverWalletsInvitationEventHandlerOptions struct { AdminDBConnectionPool db.DBConnectionPool MtnDBConnectionPool db.DBConnectionPool AnchorPlatformBaseSepURL string MessageDispatcher message.MessageDispatcherInterface MaxInvitationResendAttempts int64 Sep10SigningPrivateKey string CrashTrackerClient crashtracker.CrashTrackerClient }
type StellarPaymentToSubmitterEventHandler ¶
type StellarPaymentToSubmitterEventHandler struct {
// contains filtered or unexported fields
}
func NewStellarPaymentToSubmitterEventHandler ¶
func NewStellarPaymentToSubmitterEventHandler(opts StellarPaymentToSubmitterEventHandlerOptions) *StellarPaymentToSubmitterEventHandler
func (*StellarPaymentToSubmitterEventHandler) CanHandleMessage ¶
func (*StellarPaymentToSubmitterEventHandler) Name ¶
func (h *StellarPaymentToSubmitterEventHandler) Name() string
type StellarPaymentToSubmitterEventHandlerOptions ¶
type StellarPaymentToSubmitterEventHandlerOptions struct { AdminDBConnectionPool db.DBConnectionPool MtnDBConnectionPool db.DBConnectionPool TSSDBConnectionPool db.DBConnectionPool DistAccountResolver signing.DistributionAccountResolver }
Click to show internal directories.
Click to hide internal directories.