chains

package
v0.0.41 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chains added in v0.0.13

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

Chains manages chain clients by fetching chain configs periodically and adding/removing clients accordingly

func NewChains added in v0.0.13

func NewChains(
	pushCore *pushcore.Client,
	pushSigner *pushsigner.Signer,
	cfg *config.Config,
	logger zerolog.Logger,
) *Chains

NewChains creates a new chains manager

func (*Chains) GetClient added in v0.0.13

func (c *Chains) GetClient(chainID string) (common.ChainClient, error)

GetClient returns the chain client for the specified chain ID

func (*Chains) GetStandardConfirmations added in v0.0.16

func (c *Chains) GetStandardConfirmations(chainID string) uint64

GetStandardConfirmations returns the chain's standard block confirmations from registry config (BlockConfirmation.StandardInbound). Used for outbound tx completion. Returns 12 if not set.

func (*Chains) IsChainInboundEnabled added in v0.0.19

func (c *Chains) IsChainInboundEnabled(chainID string) bool

IsChainInboundEnabled returns whether inbound is enabled for the given chain

func (*Chains) IsChainOutboundEnabled added in v0.0.19

func (c *Chains) IsChainOutboundEnabled(chainID string) bool

IsChainOutboundEnabled returns whether outbound is enabled for the given chain

func (*Chains) IsEVMChain added in v0.0.16

func (c *Chains) IsEVMChain(chainID string) bool

IsEVMChain returns true if the chain uses EVM (e.g. Ethereum, BSC). Used by coordinator for nonce behaviour.

func (*Chains) Start added in v0.0.13

func (c *Chains) Start(ctx context.Context) error

Start begins fetching chains and managing chain clients

func (*Chains) Stop added in v0.0.13

func (c *Chains) Stop()

Stop stops the chains manager

func (*Chains) StopAll added in v0.0.13

func (c *Chains) StopAll()

StopAll stops all chain clients

Directories

Path Synopsis
Package push provides a client for listening to Push Chain events.
Package push provides a client for listening to Push Chain events.
Package svm implements the Solana transaction builder for Push Chain cross-chain outbounds.
Package svm implements the Solana transaction builder for Push Chain cross-chain outbounds.

Jump to

Keyboard shortcuts

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