Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Replay ¶ added in v0.23.3
type Replay struct {
// contains filtered or unexported fields
}
func (*Replay) Block ¶ added in v0.23.3
func (re *Replay) Block(height uint64) (*ReplayCapture, error)
type ReplayCapture ¶ added in v0.23.3
type ReplayCapture struct { AppHashBefore binary.HexBytes AppHashAfter binary.HexBytes TxExecutions []*exec.TxExecution }
func (*ReplayCapture) String ¶ added in v0.24.0
func (recap *ReplayCapture) String() string
Click to show internal directories.
Click to hide internal directories.