abci

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Copyright 2017-2018 OneLedger

Wrap a query.

Return a Response to an Info messages

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Query

type Query struct {
	// contains filtered or unexported fields
}

func (Query) JSON

func (query Query) JSON() comm.Message

type ResponseInfo

type ResponseInfo struct {
	//Hashes int `json:"hashes"`
	//Tx    int `json:"txs"`
	Size int `json:"size"`
}

Response arguments

func NewResponseInfo

func NewResponseInfo(hashes int, txs int, size int) *ResponseInfo

func (*ResponseInfo) JSON

func (info *ResponseInfo) JSON() string

Convert to JSON

func (*ResponseInfo) JSONMessage

func (info *ResponseInfo) JSONMessage() comm.Message

Return as a Contract

Jump to

Keyboard shortcuts

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