SolanaConfig: {
    accounts: SolanaAccountsConfig;
    name: string;
    server: string;
    tokens: BridgeTokenConfig[];
}

Represents the configuration for a Solana network.

Property

The name of the Solana network.

Property

The server URL of the Solana network.

Property

The configuration for Solana accounts.

Property

An array of configuration objects for Bridge tokens.

Type declaration

Generated using TypeDoc