stellar

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2020 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	appConfigStore app.ConfigStore,
	appMapper app.Mapper,
	invoiceStore invoice.Store,
	reader history.Reader,
	committer ingestion.Committer,
	authorizer transaction.Authorizer,
	client horizon.ClientInterface,
	kin2Client horizon.ClientInterface,
) (transactionpb.TransactionServer, error)

New returns a new transactionpb.TransactionServer.

func StreamTransactions

func StreamTransactions(ctx context.Context, hClient horizonclient.ClientInterface, notifiers ...Notifier)

StreamTransactions streams transactions from horizon, notifying the provided notifiers with received transactions.

Types

type Notifier

type Notifier interface {
	OnTransaction(XDRData)
}

Notifier notifies that a new transaction has been confirmed on the blockchain.

type XDRData

type XDRData struct {
	Envelope xdr.TransactionEnvelope
	Result   xdr.TransactionResult
	Meta     xdr.TransactionMeta
}

Jump to

Keyboard shortcuts

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