Discover Packages
github.com/Schwartz10/cli/v2
events
package
Version:
v2.2.1
Opens a new window with list of versions in this module.
Published: Apr 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AgentAddMiner struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
}
type AgentAdmin struct {
Action string `json:"action"`
AgentID string `json:"agent_id"`
NewAdminAddress string `json:"new_admin_address,omitempty"`
}
type AgentBorrow struct {
AgentID string `json:"agent_id"`
PoolID string `json:"pool_id"`
Amount string `json:"amount"`
}
type AgentExit struct {
AgentID string `json:"agent_id"`
PoolID string `json:"pool_id"`
Amount string `json:"amount"`
}
type AgentMinerChangeOwner struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
OldOwner string `json:"old_owner"`
NewOwner string `json:"new_owner"`
}
type AgentMinerChangeWorker struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
NewWorker string `json:"new_worker"`
NewControl []string `json:"new_control"`
}
type AgentMinerConfirmWorker struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
}
type AgentMinerPull struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
Amount string `json:"amount"`
}
type AgentMinerPush struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
Amount string `json:"amount"`
}
type AgentMinerReclaim struct {
MinerID string `json:"miner_id"`
NewOwner string `json:"new_owner"`
}
type AgentMinerRemove struct {
AgentID string `json:"agent_id"`
MinerID string `json:"miner_id"`
NewOwner string `json:"new_owner"`
}
type AgentPay struct {
AgentID string `json:"agent_id"`
PoolID string `json:"pool_id"`
Amount string `json:"amount"`
PayType string `json:"pay_type"`
}
type AgentWithdraw struct {
AgentID string `json:"agent_id"`
Amount string `json:"amount"`
To string `json:"to"`
}
type WalletFILForward struct {
From string `json:"from,omitempty"`
To string `json:"to,omitempty"`
Amount string `json:"amount,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.