Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) RegisterMigration ¶
type OldTransaction ¶
type OldTransaction struct { BlockNumber models.Counter `json:"blockNumber"` Calldata *models.CallData `json:"calldata,omitempty" rlp:"nil"` From models.Address `json:"from"` GasPrice models.Counter `json:"gasPrice"` GasUsed models.Counter `json:"gasUsed"` Hash models.Hash `json:"hash"` Input string `json:"input"` Nonce models.Counter `json:"nonce"` Status bool `json:"status"` Timestamp models.Timestamp `json:"timestamp"` To models.Address `json:"to"` TransactionIndex models.Counter `json:"transactionIndex"` Type models.TransactionType `json:"type"` Value string `json:"value"` }
type RemoveNonceTxIndexAddFeeMigration ¶
type RemoveNonceTxIndexAddFeeMigration struct {
// contains filtered or unexported fields
}
RemoveSenderMigration is a migration that removes the Sender attribute from the Dag struct.
func (*RemoveNonceTxIndexAddFeeMigration) Apply ¶
func (m *RemoveNonceTxIndexAddFeeMigration) Apply(s *pebble.Storage) error
Apply is the implementation of the Migration interface for the RemoveSenderMigration.
func (*RemoveNonceTxIndexAddFeeMigration) GetId ¶
func (m *RemoveNonceTxIndexAddFeeMigration) GetId() string
type RemovePbftHashMigration ¶
type RemovePbftHashMigration struct {
// contains filtered or unexported fields
}
RemoveSenderMigration is a migration that removes the Sender attribute from the Dag struct.
func (*RemovePbftHashMigration) Apply ¶
func (m *RemovePbftHashMigration) Apply(s *pebble.Storage) error
Apply is the implementation of the Migration interface for the RemoveSenderMigration.
func (*RemovePbftHashMigration) GetId ¶
func (m *RemovePbftHashMigration) GetId() string
type RemoveSenderMigration ¶
type RemoveSenderMigration struct {
// contains filtered or unexported fields
}
RemoveSenderMigration is a migration that removes the Sender attribute from the Dag struct.
func (*RemoveSenderMigration) Apply ¶
func (m *RemoveSenderMigration) Apply(s *pebble.Storage) error
Apply is the implementation of the Migration interface for the RemoveSenderMigration.
func (*RemoveSenderMigration) GetId ¶
func (m *RemoveSenderMigration) GetId() string
Click to show internal directories.
Click to hide internal directories.