Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogInterceptor ¶
type LogInterceptor struct { ComputationIntensities map[uint64]uint64 `json:"computationIntensities"` MemoryIntensities map[uint64]uint64 `json:"memoryIntensities"` // contains filtered or unexported fields }
func NewLogInterceptor ¶
func NewLogInterceptor(log zerolog.Logger, directory string) *LogInterceptor
func (*LogInterceptor) Close ¶
func (l *LogInterceptor) Close() error
type ProfileBuilder ¶
func NewProfileBuilder ¶
func NewProfileBuilder(directory string) *ProfileBuilder
func (*ProfileBuilder) Close ¶
func (p *ProfileBuilder) Close() error
func (*ProfileBuilder) OnCadenceStatement ¶
func (p *ProfileBuilder) OnCadenceStatement(fvmEnv fvmRuntime.Environment, inter *interpreter.Interpreter, statement ast.Statement)
type RemoteDebugger ¶
type RemoteDebugger struct {
// contains filtered or unexported fields
}
func NewRemoteDebugger ¶
func (*RemoteDebugger) Close ¶
func (d *RemoteDebugger) Close() error
func (*RemoteDebugger) RunTransaction ¶
func (d *RemoteDebugger) RunTransaction(txBody *flow.TransactionBody) (txErr, processError error)
RunTransaction runs the transaction given the latest sealed block data
type TransactionDebugger ¶
type TransactionDebugger struct {
// contains filtered or unexported fields
}
func NewTransactionDebugger ¶
func (*TransactionDebugger) RunTransaction ¶
func (d *TransactionDebugger) RunTransaction(ctx context.Context) (txErr, processError error)
Click to show internal directories.
Click to hide internal directories.