Documentation
¶
Overview ¶
Copyright 2017-2018 OneLedger
Wrap a query.
Copyright 2017-2018 OneLedger ¶
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 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) JSONMessage ¶
func (info *ResponseInfo) JSONMessage() comm.Message
Return as a Contract
Click to show internal directories.
Click to hide internal directories.