Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { GetTransaction(ctx context.Context, hash string) (Transaction, error) UpsertTransaction(ctx context.Context, WebhookURL string, txHash string, txXDR string, status tss.RPCTXStatus) error UpsertTry(ctx context.Context, transactionHash string, feeBumpTxHash string, feeBumpTxXDR string, status tss.RPCTXStatus, code tss.RPCTXCode, resultXDR string) error GetTry(ctx context.Context, hash string) (Try, error) GetTryByXDR(ctx context.Context, xdr string) (Try, error) GetTransactionsWithStatus(ctx context.Context, status tss.RPCTXStatus) ([]Transaction, error) GetLatestTry(ctx context.Context, txHash string) (Try, error) }
type Transaction ¶
Click to show internal directories.
Click to hide internal directories.