Documentation ¶
Index ¶
- Variables
- func AccessMemory(m []byte, offset, size int) []byte
- func AccessStack(s [][]byte, index int) []byte
- func BytesToInt(b []byte) (int64, error)
- func GenSpace(c int) string
- func GenerateMemory(m []interface{}) []byte
- func GenerateStack(s []interface{}) [][]byte
- func GetTxResult(rpc, txid string) ([]model.TraceStep, error)
- func ParseCall(step model.TraceStep) (map[string]string, error)
- func ParseDelegateCall(step model.TraceStep) (map[string]string, error)
- func ParseReturn(step model.TraceStep) (map[string]string, error)
- func ParseRevert(step model.TraceStep) (map[string]string, error)
- func PrintStep(step model.TraceStep) (err error)
- func SeperatePayload(in *string)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AccessMemory ¶
func AccessStack ¶
func BytesToInt ¶
func GenerateMemory ¶
func GenerateMemory(m []interface{}) []byte
func GenerateStack ¶
func GenerateStack(s []interface{}) [][]byte
func SeperatePayload ¶
func SeperatePayload(in *string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.