interface RpcClientConfig {
    feeAmount?: number;
    lutAddress?: PublicKey;
    provider: AnchorProvider;
    skipPreflightChecks?: boolean;
    useJito: boolean;
}

Properties

feeAmount?: number
lutAddress?: PublicKey
provider: AnchorProvider
skipPreflightChecks?: boolean
useJito: boolean