eventhandlers

package
v0.0.0-...-c846bbc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

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 (*CirclePaymentToSubmitterEventHandler) CanHandleMessage

func (h *CirclePaymentToSubmitterEventHandler) CanHandleMessage(ctx context.Context, message *events.Message) bool

func (*CirclePaymentToSubmitterEventHandler) Handle

func (*CirclePaymentToSubmitterEventHandler) Name

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 (*PatchAnchorPlatformTransactionCompletionEventHandler) CanHandleMessage

func (*PatchAnchorPlatformTransactionCompletionEventHandler) Handle

func (*PatchAnchorPlatformTransactionCompletionEventHandler) Name

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 (*PaymentFromSubmitterEventHandler) CanHandleMessage

func (h *PaymentFromSubmitterEventHandler) CanHandleMessage(ctx context.Context, message *events.Message) bool

func (*PaymentFromSubmitterEventHandler) Handle

func (*PaymentFromSubmitterEventHandler) Name

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 (*SendReceiverWalletsInvitationEventHandler) CanHandleMessage

func (h *SendReceiverWalletsInvitationEventHandler) CanHandleMessage(ctx context.Context, message *events.Message) bool

func (*SendReceiverWalletsInvitationEventHandler) Handle

func (*SendReceiverWalletsInvitationEventHandler) Name

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 (*StellarPaymentToSubmitterEventHandler) CanHandleMessage

func (h *StellarPaymentToSubmitterEventHandler) CanHandleMessage(ctx context.Context, message *events.Message) bool

func (*StellarPaymentToSubmitterEventHandler) Handle

func (*StellarPaymentToSubmitterEventHandler) Name

type StellarPaymentToSubmitterEventHandlerOptions

type StellarPaymentToSubmitterEventHandlerOptions struct {
	AdminDBConnectionPool db.DBConnectionPool
	MtnDBConnectionPool   db.DBConnectionPool
	TSSDBConnectionPool   db.DBConnectionPool
	DistAccountResolver   signing.DistributionAccountResolver
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL