Documentation
¶
Index ¶
- type WalletConfig
- func (*WalletConfig) Descriptor() ([]byte, []int)
- func (m *WalletConfig) GetFilePath() string
- func (*WalletConfig) ProtoMessage()
- func (m *WalletConfig) Reset()
- func (m *WalletConfig) String() string
- func (m *WalletConfig) XXX_DiscardUnknown()
- func (m *WalletConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WalletConfig) XXX_Merge(src proto.Message)
- func (m *WalletConfig) XXX_Size() int
- func (m *WalletConfig) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WalletConfig ¶
type WalletConfig struct {
FilePath string `protobuf:"bytes,1,opt,name=filePath,proto3" json:"filePath,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*WalletConfig) Descriptor ¶
func (*WalletConfig) Descriptor() ([]byte, []int)
func (*WalletConfig) GetFilePath ¶
func (m *WalletConfig) GetFilePath() string
func (*WalletConfig) ProtoMessage ¶
func (*WalletConfig) ProtoMessage()
func (*WalletConfig) Reset ¶
func (m *WalletConfig) Reset()
func (*WalletConfig) String ¶
func (m *WalletConfig) String() string
func (*WalletConfig) XXX_DiscardUnknown ¶
func (m *WalletConfig) XXX_DiscardUnknown()
func (*WalletConfig) XXX_Marshal ¶
func (m *WalletConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletConfig) XXX_Merge ¶
func (dst *WalletConfig) XXX_Merge(src proto.Message)
func (*WalletConfig) XXX_Size ¶
func (m *WalletConfig) XXX_Size() int
func (*WalletConfig) XXX_Unmarshal ¶
func (m *WalletConfig) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.