Documentation ¶
Index ¶
Constants ¶
View Source
const (
TestGas uint64 = 250000000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
Server represents the JSON-RPC 2.0 server.
func New ¶
func New(chain blockchainer.Blockchainer, conf rpc.Config, coreServer *network.Server, wall *config.Wallet, log *zap.Logger) Server
New creates a new Server struct.
Click to show internal directories.
Click to hide internal directories.