Versions in this module Expand all Collapse all v0 v0.2.97 Oct 15, 2022 Changes in this version + const BitcoinConfirms + const BitcoinCsv + const FUNDER_CLN + const FUNDER_LND + const LiquidConfirms + const LiquidCsv + func IsIntegrationTest(t *testing.T) + func OverrideLinesFromEnvVar(lines int) int + type CLightningNodeWithLiquid struct + func (n *CLightningNodeWithLiquid) GetBtcBalanceSat() (uint64, error) + type ChainNode interface + GenerateBlocks func(b int) error + ReturnAsset func() string + type LndConfig struct + LndHost string + MacaroonPath string + TlsPath string + type LndNodeWithLiquid struct + func (n *LndNodeWithLiquid) GetBtcBalanceSat() (uint64, error) + type PeerSwapd struct + DataDir string + PeerswapClient peerswaprpc.PeerSwapClient + RpcPort int + func NewPeerSwapd(testDir string, pathToPeerswapPlugin string, lndConfig *LndConfig, ...) (*PeerSwapd, error) + func (p *PeerSwapd) Kill() + func (p *PeerSwapd) Run(waitForReady bool) error + func (p *PeerSwapd) Stop()