transfer_btc

package
v0.0.0-...-bcfa5ee Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionTypeData

type ActionTypeData struct {
	Task *constant.Task
}

type AddressInfo

type AddressInfo struct {
	Address string  `json:"address"`
	Amount  float64 `json:"amount"`
}

type Config

type Config struct {
	Wif          string        `json:"wif"`
	AddressInfos []AddressInfo `json:"address_infos"`
	BtcNodeUrl   string        `json:"btc_node_url"`
}

type TransferBtcType

type TransferBtcType struct {
	// contains filtered or unexported fields
}

func New

func New(logger i_logger.ILogger) *TransferBtcType

func (*TransferBtcType) Start

func (p *TransferBtcType) Start(ctx context.Context, task *constant.Task) (any, error)

Jump to

Keyboard shortcuts

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