controllers

package
v0.0.0-...-32dacd9 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EthContract

type EthContract struct {
	From     string `json:"from"`
	Gas      string `json:"gas"`
	GasPrice string `json:"gasPrice"`
	Value    string `json:"value"`
	Data     string `json:"data"`
	Nonce    string `json:"nonce"`
}

type EthController

type EthController struct {
	beego.Controller
}

func (*EthController) EthAccountinfo

func (e *EthController) EthAccountinfo()

func (*EthController) EthAccounts

func (e *EthController) EthAccounts()

func (*EthController) EthCommoninfo

func (e *EthController) EthCommoninfo()

func (*EthController) EthCreateContract

func (e *EthController) EthCreateContract()

func (*EthController) EthGetBlockByNumber

func (e *EthController) EthGetBlockByNumber()

func (*EthController) EthGetTransactionByHash

func (e *EthController) EthGetTransactionByHash()

func (*EthController) EthSendTransaction

func (e *EthController) EthSendTransaction()

func (*EthController) Get

func (e *EthController) Get()

func (*EthController) PersonalNewAccount

func (e *EthController) PersonalNewAccount()

type EthTx

type EthTx struct {
	From     string `json:"from"`
	To       string `json:"to"`
	Gas      string `json:"gas"`
	GasPrice string `json:"gasPrice"`
	Value    string `json:"value"`
	Data     string `json:"data"`
	Nonce    string `json:"nonce"`
}

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (c *MainController) Get()

type TFunsMap

type TFunsMap map[string]reflect.Value

Jump to

Keyboard shortcuts

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