Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIMEApplicationJSON = "application/json" MIMEApplicationJSONCharsetUTF8 = MIMEApplicationJSON + "; " + charsetUTF8 )
Variables ¶
View Source
var ( Module = module.Module{ {Constructor: NewDefaultConfig}, {Constructor: NewClient}, } ErrBlockNotFound = errors.New("block not found") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetBlockByNumber ¶
GetBlockByNumber - fetch block and transactions from ethereum blockchain
func (*Client) SendTransaction ¶
type Config ¶
type SendParams ¶
Click to show internal directories.
Click to hide internal directories.