Documentation ¶
Index ¶
- type JSBlock
- type JSEthereum
- func (self *JSEthereum) Block(v interface{}) otto.Value
- func (self *JSEthereum) GetStateObject(addr string) otto.Value
- func (self *JSEthereum) Messages(object map[string]interface{}) otto.Value
- func (self *JSEthereum) Transact(key, recipient, valueStr, gasStr, gasPriceStr, dataStr string) otto.Value
- type JSLog
- type JSRE
- type JSStateObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSBlock ¶
The JSEthereum object attempts to wrap the PEthereum object and returns meaningful javascript objects
type JSEthereum ¶
func (*JSEthereum) Block ¶ added in v0.8.4
func (self *JSEthereum) Block(v interface{}) otto.Value
func (*JSEthereum) GetStateObject ¶
func (self *JSEthereum) GetStateObject(addr string) otto.Value
type JSLog ¶ added in v0.8.4
type JSStateObject ¶
func (*JSStateObject) EachStorage ¶
func (self *JSStateObject) EachStorage(call otto.FunctionCall) otto.Value
Click to show internal directories.
Click to hide internal directories.