Documentation
¶
Index ¶
Constants ¶
View Source
const (
DZ_LEDGER_RPC_URL = "https://doublezerolocalnet.rpcpool.com/f50e62d0-06e7-410e-867e-6873e358ed30"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Serviceability *serviceability.Client
Telemetry *telemetry.Client
}
type Option ¶
type Option func(*Config)
func WithServiceabilityProgramID ¶
Configure the serviceability program ID.
func WithSigner ¶
func WithSigner(signer *solana.PrivateKey) Option
Configures the client with a private key for signing transactions.
func WithTelemetryProgramID ¶
Configure the telemetry program ID.
Click to show internal directories.
Click to hide internal directories.