endpoint

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 5, 2019 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Serve

func Serve(cnfg config.Config, stor *storage.Storage, ethService *eth.EthService) *gin.Engine

Types

type TxMsg

type TxMsg struct {
	From  string `json:"from"`
	To    string `json:"to"`
	Value int    `json:"value"`
	R     string `json:"r"`
	S     string `json:"s"`
	V     int    `json:"v"`
}

Jump to

Keyboard shortcuts

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