Documentation ¶
Index ¶
- func ABIUnpack(v map[string]interface{}, name string, data []byte) (er error)
- func FormatData(abi ethAbi.ABI, methodName string, args SCArgs) (ret []byte, er error)
- func MethodTakesSingleBytes32Param(methodName string) bool
- func MethodTakesSingleBytesParam(methodName string) bool
- func NewMethodsOfInterest() (q *QuickSearch)
- func Process(data, methodSignature string) (a []byte, er error)
- func Unpack(input string) (inter interface{}, er error)
- type MSig
- type SCArgs
- type UnpackedTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatData ¶
func NewMethodsOfInterest ¶
func NewMethodsOfInterest() (q *QuickSearch)
Types ¶
type MSig ¶
type MSig string
func (MSig) IsMethodOfInterest ¶
func (MSig) TakesBytes ¶
func (MSig) TakesBytes32 ¶
func (MSig) VoidParams ¶
func (MSig) WithoutParams ¶
Click to show internal directories.
Click to hide internal directories.