Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventVersion = "v1" EventApp = "ledger" EventTypeCommittedTransactions = "COMMITTED_TRANSACTIONS" EventTypeSavedMetadata = "SAVED_METADATA" EventTypeUpdatedMapping = "UPDATED_MAPPING" EventTypeRevertedTransaction = "REVERTED_TRANSACTION" )
Variables ¶
This section is empty.
Functions ¶
func LedgerMonitorModule ¶
Types ¶
type CommittedTransactions ¶
type CommittedTransactions struct {
Ledger string `json:"ledger"`
Transactions []core.ExpandedTransaction `json:"transactions"`
// Deprecated (use postCommitVolumes)
Volumes core.AccountsAssetsVolumes `json:"volumes"`
PostCommitVolumes core.AccountsAssetsVolumes `json:"postCommitVolumes"`
PreCommitVolumes core.AccountsAssetsVolumes `json:"preCommitVolumes"`
}
type EventMessage ¶ added in v1.8.0
type RevertedTransaction ¶
type RevertedTransaction struct {
Ledger string `json:"ledger"`
RevertedTransaction core.ExpandedTransaction `json:"revertedTransaction"`
RevertTransaction core.ExpandedTransaction `json:"revertTransaction"`
}
type SavedMetadata ¶
type UpdatedMapping ¶
Click to show internal directories.
Click to hide internal directories.