Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteStatus ¶
type DeleteStatus struct { LastPruned string `codec:"last_pruned"` OldestRound uint64 `codec:"oldest_txn_round"` }
DeleteStatus encodes pruned metastate.
type ImportState ¶
type ImportState struct {
NextRoundToAccount uint64 `codec:"next_account_round"`
}
ImportState encodes an import round counter.
type MigrationState ¶
type MigrationState struct { NextMigration int `json:"next"` // The following are deprecated. NextRound int64 `json:"round,omitempty"` NextAssetID int64 `json:"assetid,omitempty"` PointerRound *int64 `json:"pointerRound,omitempty"` PointerIntra *int64 `json:"pointerIntra,omitempty"` }
MigrationState is metadata used by the postgres migrations.
type NetworkState ¶
NetworkState encodes network metastate.
Click to show internal directories.
Click to hide internal directories.