NetworkConfig<T>: SuiClientOptions & {
    variables?: T;
}

Type Parameters

  • T extends object = object