Documentation
¶
Index ¶
- Variables
- type ChainPluginConfig
- func (*ChainPluginConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ChainPluginConfig) GetChainId() string
- func (x *ChainPluginConfig) GetCsaPublicKey() string
- func (x *ChainPluginConfig) GetNodes() []*Node
- func (*ChainPluginConfig) ProtoMessage()
- func (x *ChainPluginConfig) ProtoReflect() protoreflect.Message
- func (x *ChainPluginConfig) Reset()
- func (x *ChainPluginConfig) String() string
- type Node
Constants ¶
This section is empty.
Variables ¶
View Source
var File_node_platform_common_v1_chain_plugin_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ChainPluginConfig ¶
type ChainPluginConfig struct {
CsaPublicKey string `protobuf:"bytes,1,opt,name=csa_public_key,json=csaPublicKey,proto3" json:"csa_public_key,omitempty"`
ChainId string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
Nodes []*Node `protobuf:"bytes,3,rep,name=nodes,proto3" json:"nodes,omitempty"`
// contains filtered or unexported fields
}
func (*ChainPluginConfig) Descriptor
deprecated
func (*ChainPluginConfig) Descriptor() ([]byte, []int)
Deprecated: Use ChainPluginConfig.ProtoReflect.Descriptor instead.
func (*ChainPluginConfig) GetChainId ¶
func (x *ChainPluginConfig) GetChainId() string
func (*ChainPluginConfig) GetCsaPublicKey ¶
func (x *ChainPluginConfig) GetCsaPublicKey() string
func (*ChainPluginConfig) GetNodes ¶
func (x *ChainPluginConfig) GetNodes() []*Node
func (*ChainPluginConfig) ProtoMessage ¶
func (*ChainPluginConfig) ProtoMessage()
func (*ChainPluginConfig) ProtoReflect ¶
func (x *ChainPluginConfig) ProtoReflect() protoreflect.Message
func (*ChainPluginConfig) Reset ¶
func (x *ChainPluginConfig) Reset()
func (*ChainPluginConfig) String ¶
func (x *ChainPluginConfig) String() string
type Node ¶
type Node struct {
Urls map[string]string `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Node) Descriptor
deprecated
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.