Documentation
¶
Index ¶
- Variables
- type PeerMock
- func (peer *PeerMock) CopyGenesisFrom(source string) error
- func (peer *PeerMock) IDAddress() (string, error)
- func (peer *PeerMock) Init() error
- func (peer *PeerMock) PrivValKeyPath() string
- func (peer *PeerMock) SetPass(pass []byte)
- func (peer *PeerMock) SetPersistentPeer(other *PeerMock)
- func (peer *PeerMock) Start() error
- func (peer *PeerMock) Stop()
- func (peer *PeerMock) WalletPath() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( W0 *btzweb3.Wallet W1 *btzweb3.Wallet )
Functions ¶
This section is empty.
Types ¶
type PeerMock ¶
type PeerMock struct { PeerID string ChainID string Config *cfg.Config RPCURL string WSEnd string Pass []byte // contains filtered or unexported fields }
func NewPeerMock ¶
func (*PeerMock) CopyGenesisFrom ¶
func (*PeerMock) PrivValKeyPath ¶
func (*PeerMock) SetPersistentPeer ¶
func (*PeerMock) WalletPath ¶
Click to show internal directories.
Click to hide internal directories.