Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallResponse ¶
func CallResponse(data []byte) (interface{}, *foundation.Error, error)
CallResponse extracts response of Call
func NodeInfoResponse ¶ added in v0.7.5
NodeInfoResponse extracts response of GetNodeInfo
func PublicKeyResponse ¶
PublicKeyResponse extracts response of GetPublicKey
Types ¶
type Info ¶
type Info struct {
RootDomain string `json:"root_domain"`
RootMember string `json:"root_member"`
NodeDomain string `json:"node_domain"`
}
InfoResponse represents response from Info() method of RootDomain contract
func InfoResponse ¶
InfoResponse returns response from Info() method of RootDomain contract
Click to show internal directories.
Click to hide internal directories.