Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionTypeData ¶
type BuildBtcTxType ¶
type BuildBtcTxType struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger i_logger.ILogger) *BuildBtcTxType
type Config ¶
type Config struct { BtcNodeUrl string `json:"btc_node_url"` UTXOs []*go_coin_btc.OutPoint `json:"utxos"` Wif string `json:"wif"` ChangeAddress string `json:"change_address"` TargetAddress string `json:"target_address"` TargetValueBtc float64 `json:"target_value_btc"` FeeRate int64 `json:"fee_rate"` }
Click to show internal directories.
Click to hide internal directories.