analysis

package
v0.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2018 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyzer

type Analyzer struct {
	Verbose bool
	Writer  *bytes.Buffer
}

func NewAnalyzer

func NewAnalyzer(verbose bool) *Analyzer

func (*Analyzer) AnalyzePacked

func (a *Analyzer) AnalyzePacked(trx *eos.PackedTransaction) (err error)

func (*Analyzer) AnalyzeSignedTransaction

func (a *Analyzer) AnalyzeSignedTransaction(sTx *eos.SignedTransaction) (err error)

func (*Analyzer) AnalyzeTransaction

func (a *Analyzer) AnalyzeTransaction(tx *eos.Transaction) (err error)

func (*Analyzer) Dump

func (a *Analyzer) Dump(v ...interface{})

Dump is a short for spew.Fdump on the Writer.

func (*Analyzer) Pf

func (a *Analyzer) Pf(format string, v ...interface{})

Pf is a short for Println on the Writer

func (*Analyzer) Pln

func (a *Analyzer) Pln(v ...interface{})

Pln is a short for Println on the Writer

func (*Analyzer) VerbDump

func (a *Analyzer) VerbDump(v ...interface{})

VerbDump is a short for spew.Fdump on the Writer, in Verbose mode.

func (*Analyzer) VerbPf

func (a *Analyzer) VerbPf(format string, v ...interface{})

VerbPf is a short for Println on the Writer, in Verbose mode.

func (*Analyzer) VerbPln

func (a *Analyzer) VerbPln(v ...interface{})

VerbPln is a short for Println on the Writer, in Verbose mode.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL