Documentation ¶
Index ¶
- type JSBlock
- type JSEthereum
- func (self *JSEthereum) Create(key, valueStr, gasStr, gasPriceStr, scriptStr string) otto.Value
- func (self *JSEthereum) GetBlock(hash string) otto.Value
- func (self *JSEthereum) GetKey() otto.Value
- func (self *JSEthereum) GetPeers() otto.Value
- func (self *JSEthereum) GetStateKeyVals(addr string) otto.Value
- func (self *JSEthereum) GetStateObject(addr string) otto.Value
- func (self *JSEthereum) Transact(key, recipient, valueStr, gasStr, gasPriceStr, dataStr string) otto.Value
- type JSRE
- type JSRepl
- type JSStateObject
- type Repl
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) Create ¶
func (self *JSEthereum) Create(key, valueStr, gasStr, gasPriceStr, scriptStr string) otto.Value
func (*JSEthereum) GetKey ¶
func (self *JSEthereum) GetKey() otto.Value
func (*JSEthereum) GetPeers ¶
func (self *JSEthereum) GetPeers() otto.Value
func (*JSEthereum) GetStateKeyVals ¶
func (self *JSEthereum) GetStateKeyVals(addr string) otto.Value
func (*JSEthereum) GetStateObject ¶
func (self *JSEthereum) GetStateObject(addr string) otto.Value
type JSRE ¶
type JSRE struct {
// contains filtered or unexported fields
}
func (*JSRE) LoadExtFile ¶
func (*JSRE) LoadIntFile ¶
type JSStateObject ¶
type JSStateObject struct { *ethpub.PStateObject // contains filtered or unexported fields }
func (*JSStateObject) EachStorage ¶
func (self *JSStateObject) EachStorage(call otto.FunctionCall) otto.Value
Click to show internal directories.
Click to hide internal directories.