Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeManagerInterface ¶
type NodeManagerInterface interface { // GetNodeStatus 节点状态 GetNodeStatus(string) error // StartNodeFlow 创建节点 CreateNodeFlow(string) error // StartNodeFlow 开启节点 StartNodeFlow(string) error // StopNodeFlow 关闭节点 StopNodeFlow(string) error // RestartNodeFlow 重启节点 RestartNodeFlow(string) error // RemoveNodeFlow 移除节点 RemoveNodeFlow(string) error // LogsNodeFlow 日志 LogsNodeFlow(string) error }
节点管理接口
type WalletManagerInterface ¶
type WalletManagerInterface interface { //初始化配置流程 InitConfigFlow() error //查看配置信息 ShowConfig() error //创建钱包流程 CreateWalletFlow() error //创建地址流程 CreateAddressFlow() error //汇总钱包流程 SummaryFollow() error //备份钱包流程 BackupWalletFlow() error //查看钱包列表,显示信息 GetWalletList() error //发送交易 TransferFlow() error //恢复钱包 RestoreWalletFlow() error }
WalletManagerInterface 钱包管理器
Click to show internal directories.
Click to hide internal directories.