Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
ChainMetadata
// Client is the Soroban RPC client for interacting with the Stellar network
Client *rpcclient.Client
// Signer is the keypair used for signing transactions
Signer stellar.Signer
// URL is the Soroban RPC endpoint URL
URL string
// FriendbotURL is the Friendbot endpoint URL for funding test accounts (optional, only required for testing)
FriendbotURL string
// NetworkPassphrase identifies the Stellar network
NetworkPassphrase string
}
Chain represents a Stellar network instance used by the Chainlink Deployments Framework (CLDF).
func (Chain) ReadOnly ¶ added in v0.100.0
func (c Chain) ReadOnly() (chaincommon.BlockChain, error)
type ChainMetadata ¶
type ChainMetadata = chaincommon.ChainMetadata
Click to show internal directories.
Click to hide internal directories.