events

package
v2.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentAddMiner

type AgentAddMiner struct {
	AgentID string `json:"agent_id"`
	MinerID string `json:"miner_id"`
	// contains filtered or unexported fields
}

type AgentAdmin

type AgentAdmin struct {
	Action          string `json:"action"`
	AgentID         string `json:"agent_id"`
	NewAdminAddress string `json:"new_admin_address,omitempty"`
	// contains filtered or unexported fields
}

type AgentBorrow

type AgentBorrow struct {
	AgentID string `json:"agent_id"`
	PoolID  string `json:"pool_id"`
	Amount  string `json:"amount"`
	// contains filtered or unexported fields
}

type AgentExit

type AgentExit struct {
	AgentID string `json:"agent_id"`
	PoolID  string `json:"pool_id"`
	Amount  string `json:"amount"`
	// contains filtered or unexported fields
}

type AgentMinerChangeOwner

type AgentMinerChangeOwner struct {
	AgentID  string `json:"agent_id"`
	MinerID  string `json:"miner_id"`
	OldOwner string `json:"old_owner"`
	NewOwner string `json:"new_owner"`
	// contains filtered or unexported fields
}

type AgentMinerChangeWorker

type AgentMinerChangeWorker struct {
	AgentID    string   `json:"agent_id"`
	MinerID    string   `json:"miner_id"`
	NewWorker  string   `json:"new_worker"`
	NewControl []string `json:"new_control"`
	// contains filtered or unexported fields
}

type AgentMinerConfirmWorker

type AgentMinerConfirmWorker struct {
	AgentID string `json:"agent_id"`
	MinerID string `json:"miner_id"`
	// contains filtered or unexported fields
}

type AgentMinerPull

type AgentMinerPull struct {
	AgentID string `json:"agent_id"`
	MinerID string `json:"miner_id"`
	Amount  string `json:"amount"`
	// contains filtered or unexported fields
}

type AgentMinerPush

type AgentMinerPush struct {
	AgentID string `json:"agent_id"`
	MinerID string `json:"miner_id"`
	Amount  string `json:"amount"`
	// contains filtered or unexported fields
}

type AgentMinerReclaim

type AgentMinerReclaim struct {
	MinerID  string `json:"miner_id"`
	NewOwner string `json:"new_owner"`
	// contains filtered or unexported fields
}

type AgentMinerRemove

type AgentMinerRemove struct {
	AgentID  string `json:"agent_id"`
	MinerID  string `json:"miner_id"`
	NewOwner string `json:"new_owner"`
	// contains filtered or unexported fields
}

type AgentPay

type AgentPay struct {
	AgentID string `json:"agent_id"`
	PoolID  string `json:"pool_id"`
	Amount  string `json:"amount"`
	PayType string `json:"pay_type"`
	// contains filtered or unexported fields
}

type AgentWithdraw

type AgentWithdraw struct {
	AgentID string `json:"agent_id"`
	Amount  string `json:"amount"`
	To      string `json:"to"`
	// contains filtered or unexported fields
}

type WalletFILForward

type WalletFILForward struct {
	From   string `json:"from,omitempty"`
	To     string `json:"to,omitempty"`
	Amount string `json:"amount,omitempty"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL