Versions in this module Expand all Collapse all v1 v1.3.0 Mar 26, 2026 Changes in this version + type Node struct + func New(ctx context.Context, logger *zap.Logger, opts Options) (*Node, error) + func (n *Node) Alias() string + func (n *Node) Container() testcontainers.Container + func (n *Node) DBConnectionString() string + func (n *Node) ExternalAddr() string + func (n *Node) InternalAddr() string + func (n *Node) NodeID() uint32 + func (n *Node) Restart(ctx context.Context) (*Node, error) + func (n *Node) SetNodeID(id uint32) + func (n *Node) SignerKey() string + func (n *Node) Stop(ctx context.Context) error + type Options struct + Alias string + EnvVars map[string]string + ID string + Image string + RPCURL string + SignerKey string + WsURL string