Versions in this module Expand all Collapse all v0 v0.31.5 Apr 16, 2019 Changes in this version + var ErrIntOverflowTest = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTest = fmt.Errorf("proto: negative length found during unmarshaling") + type ID struct + Id *string + XXX_unrecognized []byte + func (*ID) Descriptor() ([]byte, []int) + func (*ID) ProtoMessage() + func (m *ID) GetId() string + func (m *ID) Marshal() (dAtA []byte, err error) + func (m *ID) MarshalTo(dAtA []byte) (int, error) + func (m *ID) Reset() + func (m *ID) Size() (n int) + func (m *ID) String() string + func (m *ID) Unmarshal(dAtA []byte) error + type NodeInfo struct + Id *ID + ListenAddr *string + Moniker *string + Network *string + Other []string + RemoteAddr *string + Version *string + XXX_unrecognized []byte + func (*NodeInfo) Descriptor() ([]byte, []int) + func (*NodeInfo) ProtoMessage() + func (m *NodeInfo) GetId() *ID + func (m *NodeInfo) GetListenAddr() string + func (m *NodeInfo) GetMoniker() string + func (m *NodeInfo) GetNetwork() string + func (m *NodeInfo) GetOther() []string + func (m *NodeInfo) GetRemoteAddr() string + func (m *NodeInfo) GetVersion() string + func (m *NodeInfo) Marshal() (dAtA []byte, err error) + func (m *NodeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *NodeInfo) Reset() + func (m *NodeInfo) Size() (n int) + func (m *NodeInfo) String() string + func (m *NodeInfo) Unmarshal(dAtA []byte) error + type PubKey struct + Ed25519 *PubKeyEd25519 + XXX_unrecognized []byte + func (*PubKey) Descriptor() ([]byte, []int) + func (*PubKey) ProtoMessage() + func (m *PubKey) GetEd25519() *PubKeyEd25519 + func (m *PubKey) Marshal() (dAtA []byte, err error) + func (m *PubKey) MarshalTo(dAtA []byte) (int, error) + func (m *PubKey) Reset() + func (m *PubKey) Size() (n int) + func (m *PubKey) String() string + func (m *PubKey) Unmarshal(dAtA []byte) error + type PubKeyEd25519 struct + Bytes []byte + XXX_unrecognized []byte + func (*PubKeyEd25519) Descriptor() ([]byte, []int) + func (*PubKeyEd25519) ProtoMessage() + func (m *PubKeyEd25519) GetBytes() []byte + func (m *PubKeyEd25519) Marshal() (dAtA []byte, err error) + func (m *PubKeyEd25519) MarshalTo(dAtA []byte) (int, error) + func (m *PubKeyEd25519) Reset() + func (m *PubKeyEd25519) Size() (n int) + func (m *PubKeyEd25519) String() string + func (m *PubKeyEd25519) Unmarshal(dAtA []byte) error + type ResultStatus struct + LatestBlockHash []byte + LatestBlockHeight *int64 + LatestBlocktime *int64 + NodeInfo *NodeInfo + PubKey *PubKey + XXX_unrecognized []byte + func (*ResultStatus) Descriptor() ([]byte, []int) + func (*ResultStatus) ProtoMessage() + func (m *ResultStatus) GetLatestBlockHash() []byte + func (m *ResultStatus) GetLatestBlockHeight() int64 + func (m *ResultStatus) GetLatestBlocktime() int64 + func (m *ResultStatus) GetNodeInfo() *NodeInfo + func (m *ResultStatus) GetPubKey() *PubKey + func (m *ResultStatus) Marshal() (dAtA []byte, err error) + func (m *ResultStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ResultStatus) Reset() + func (m *ResultStatus) Size() (n int) + func (m *ResultStatus) String() string + func (m *ResultStatus) Unmarshal(dAtA []byte) error